Skip to content

Commit 0cc66c8

Browse files
Minimize versions of dependencies & specify MSRV.
1 parent 327a612 commit 0cc66c8

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

lib/Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
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"
8-
libloading = "0.8.3"
9-
libc = "0.2.153"
10-
rand = "0.8.5"
11-
rustc_version_runtime = "0.3.0"
8+
serde_json = "1.0.25"
9+
libloading = "0.8"
10+
libc = "0.2.64"
11+
rand = "0.8"
12+
rustc_version_runtime = "0.3"
1213
once_cell = "1"
13-
linkme = "0.3"
14+
linkme = "0.3.17"
1415

1516
[dev-dependencies]
16-
serde = { version = "1.0", features = ["derive"] }
17+
serde = { version = "1.0.60", features = ["derive"] }
1718

1819
[features]
1920
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)