Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Aug 14, 2024
1 parent d0fb7af commit 83c084c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default-features = false
features = ["alloc"]

[dependencies.indexmap]
version = "1.7"
version = "1"
features = ["serde"]

[dependencies.tracing-subscriber]
Expand All @@ -35,7 +35,7 @@ default-features = false
[dependencies]
tracing-core = "0.1"
crossbeam-channel = "0.5"
rmp-serde = "1.1.1"
rmp-serde = "1"

[dev-dependencies.tracing]
version = "0.1"
Expand Down

0 comments on commit 83c084c

Please sign in to comment.