Skip to content

Commit

Permalink
Merge pull request #114 from Dylan-DPC/patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
laysakura authored Jun 30, 2023
2 parents 66fd471 + 6523f2f commit 57fe97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde-encrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cfg-if = "1.0"

# Lazy static options
once_cell = {version = "1.8", optional = true}
spin = {version = "0.9", default-features = false, features = ["spin_mutex", "lazy"]}# default (available w/o std)
spin = {version = "0.9.8", default-features = false, features = ["spin_mutex", "lazy"]}# default (available w/o std)

[dev-dependencies]
serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]}# alloc for Vec, String
Expand Down

0 comments on commit 57fe97c

Please sign in to comment.