Skip to content

Commit

Permalink
Fix manifest typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Feb 5, 2024
1 parent 62cc4fc commit b7ca71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand_core = { version = "0.6" , default-features = false}
serde = { version = "1.0", optional = true }
sha3 = { version = "0.10", default-features = false }
snafu = { version = "0.7", default-features = false}
subtle = { verion = "2.5.0", default-features = false }
subtle = { version = "2.5.0", default-features = false }
zeroize = {version = "1" , default-features = false}

[dev-dependencies]
Expand Down

0 comments on commit b7ca71b

Please sign in to comment.