Skip to content

Commit 23fdcc5

Browse files
committed
Ensure dependent crates have earliest versions possible
2 parents 7c3515a + 0cc66c8 commit 23fdcc5

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

lib/Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
name = "antithesis_sdk_rust"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.62.1"
56

67
[dependencies]
7-
serde_json = "1.0.115"
88
serde = { version = "1.0", features = ["derive"] }
9-
libloading = "0.8.3"
10-
libc = "0.2.153"
11-
rand = "0.8.5"
12-
rustc_version_runtime = "0.3.0"
9+
serde_json = "1.0.25"
10+
libloading = "0.8"
11+
libc = "0.2.64"
12+
rand = "0.8"
13+
rustc_version_runtime = "0.3"
1314
once_cell = "1"
14-
linkme = "0.3"
15+
linkme = "0.3.17"
1516

1617
[features]
1718
no-antithesis-sdk = []

simple/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2021"
55

66
[dependencies]
77
antithesis_sdk_rust = { path = "../lib" }
8-
serde_json = "1.0.115"
8+
serde_json = "1.0.25"

0 commit comments

Comments
 (0)