Skip to content

Commit

Permalink
Specify precise dependency versions
Browse files Browse the repository at this point in the history
- Ensure compatibility of declared traits
  • Loading branch information
bluk committed May 15, 2024
1 parent 1fb4d09 commit 441556b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ categories = ["encoding", "no-std"]
rust-version = "1.36.0"

[dependencies]
serde = {version = "1", default-features = false }
itoa = {version = "1", default-features = false }
serde = {version = "1.0.100", default-features = false }
itoa = {version = "1.0.0", default-features = false }

[dev-dependencies]
serde_derive = "1"
serde_derive = "1.0.100"
sha1 = "0.10.1"

[features]
Expand Down

0 comments on commit 441556b

Please sign in to comment.