There was an error while loading. Please reload this page.
2 parents 7c3515a + 0cc66c8 commit 23fdcc5Copy full SHA for 23fdcc5
2 files changed
lib/Cargo.toml
@@ -2,16 +2,17 @@
2
name = "antithesis_sdk_rust"
3
version = "0.1.0"
4
edition = "2021"
5
+rust-version = "1.62.1"
6
7
[dependencies]
-serde_json = "1.0.115"
8
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"
+serde_json = "1.0.25"
+libloading = "0.8"
+libc = "0.2.64"
+rand = "0.8"
13
+rustc_version_runtime = "0.3"
14
once_cell = "1"
-linkme = "0.3"
15
+linkme = "0.3.17"
16
17
[features]
18
no-antithesis-sdk = []
simple/Cargo.toml
@@ -5,4 +5,4 @@ edition = "2021"
antithesis_sdk_rust = { path = "../lib" }
0 commit comments