Skip to content

Commit

Permalink
specifying most recent serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Jul 1, 2024
1 parent 173f2fb commit 4f85a04
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 @@ -12,7 +12,7 @@ rust-version = "1.76.0"
version = "0.5.0"

[dependencies]
serde = { version = "1.0", optional = true, features = ["alloc"] }
serde = { version = "1.0.203", optional = true, features = ["alloc"] }
serde_json = { version = "1.0.119", optional = true, features = ["alloc"] }
toml = { version = "0.8", optional = true }

Expand Down

0 comments on commit 4f85a04

Please sign in to comment.