We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f595a commit 6bed6e9Copy full SHA for 6bed6e9
crates/byondapi-rs-test/Cargo.toml
@@ -10,6 +10,6 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
byondapi = { path = "../byondapi-rs" }
13
-tempfile = "3.14.0"
+tempfile = "3.17.1"
14
cargo_metadata = "0.19.1"
15
eyre = "0.6.12"
crates/byondapi-rs/Cargo.toml
@@ -16,7 +16,7 @@ exclude = [".vscode/*"]
16
byondapi-sys = { path = "../byondapi-sys", version = "0.12.2", default-features = false }
17
byondapi-macros = { path = "../byondapi-macros", version = "0.2.3" }
18
libloading = "0.8.6"
19
-inventory = "0.3.16"
+inventory = "0.3.19"
20
num_enum = "0.7.3"
21
22
[features]
0 commit comments