Skip to content

Commit b886994

Browse files
committed
Removed tracing feature flag
This shouldn't have ever been specified.
1 parent 4e46cb4 commit b886994

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v1.0.2
9+
10+
### Fixed
11+
12+
- [#5][5]: Removed `release_max_level_off` feature flag.
13+
14+
[5]: https://github.com/khonsulabs/pot/issues/5
15+
816
## v1.0.1
917

1018
### Added

pot/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pot"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2021"
55
description = "A concise binary serialization format written for `BonsaiDb`."
66
license = "MIT OR Apache-2.0"
@@ -15,9 +15,7 @@ default = []
1515
[dependencies]
1616
serde = { version = "1.0.136", features = ["derive"] }
1717
thiserror = "1.0.30"
18-
tracing = { version = "0.1.30", features = [
19-
"release_max_level_off",
20-
], optional = true }
18+
tracing = { version = "0.1.30", optional = true }
2119
byteorder = "1.4.3"
2220
bytes = "1.1.0"
2321
half = "1.8.2"

0 commit comments

Comments
 (0)