Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Mar 7, 2024
1 parent eb5f3b3 commit a996714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/byondapi-rs-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ crate-type = ["cdylib"]

[dependencies]
byondapi = { path = "../byondapi-rs" }
tempfile = "3.8.1"
tempfile = "3.10.1"
cargo_metadata = "0.18.1"
eyre = "0.6.12"
6 changes: 3 additions & 3 deletions crates/byondapi-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ exclude = [".vscode/*"]
byondapi-sys = { path = "../byondapi-sys", version = "0.11.1" }
byondapi-macros = { path = "../byondapi-macros", version = "0.1.0" }
lazy_static = "1.4.0"
libloading = "0.8.1"
walkdir = "2.4.0"
inventory = "0.3.13"
libloading = "0.8.3"
walkdir = "2.5.0"
inventory = "0.3.15"
num_enum = "0.7.2"

[features]
Expand Down

0 comments on commit a996714

Please sign in to comment.