Skip to content

Commit

Permalink
Ensure dependent crates have earliest versions possible
Browse files Browse the repository at this point in the history
  • Loading branch information
herzogp committed May 3, 2024
2 parents 7c3515a + 0cc66c8 commit 23fdcc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
name = "antithesis_sdk_rust"
version = "0.1.0"
edition = "2021"
rust-version = "1.62.1"

[dependencies]
serde_json = "1.0.115"
serde = { version = "1.0", features = ["derive"] }
libloading = "0.8.3"
libc = "0.2.153"
rand = "0.8.5"
rustc_version_runtime = "0.3.0"
serde_json = "1.0.25"
libloading = "0.8"
libc = "0.2.64"
rand = "0.8"
rustc_version_runtime = "0.3"
once_cell = "1"
linkme = "0.3"
linkme = "0.3.17"

[features]
no-antithesis-sdk = []
2 changes: 1 addition & 1 deletion simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"

[dependencies]
antithesis_sdk_rust = { path = "../lib" }
serde_json = "1.0.115"
serde_json = "1.0.25"

0 comments on commit 23fdcc5

Please sign in to comment.