Skip to content

Commit

Permalink
Ensure that serde v 1.0.103 is the minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
herzogp committed May 6, 2024
1 parent 7e334b4 commit 5000706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
rust-version = "1.62.1"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.25"
libloading = "0.8"
libc = "0.2.64"
Expand Down

0 comments on commit 5000706

Please sign in to comment.