Skip to content

Commit

Permalink
serde 1.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Mar 5, 2025
1 parent 8c1ea3e commit 2b71801
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 @@ -18,7 +18,7 @@ keywords = ["data-structure", "no_std"]
categories = ["data-structures", "no-std"]

[dependencies]
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc", "derive"] }
serde = { version = "1.0.95", optional = true, default-features = false, features = ["alloc", "derive"] }

[features]
default = ["std"]
Expand Down

0 comments on commit 2b71801

Please sign in to comment.