From 5a0ddd7170db52f398ec6522c0f531ff48cc913a Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Thu, 14 Dec 2023 20:38:19 +1100 Subject: [PATCH] oops --- crates/byondapi-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/byondapi-rs/Cargo.toml b/crates/byondapi-rs/Cargo.toml index c3ef9e0..0b823e2 100644 --- a/crates/byondapi-rs/Cargo.toml +++ b/crates/byondapi-rs/Cargo.toml @@ -13,7 +13,7 @@ exclude = [".vscode/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -byondapi-sys = { path = "../byondapi-sys", version = "0.10.1" } +byondapi-sys = { path = "../byondapi-sys", version = "0.11.0" } lazy_static = "1.4.0" libloading = "0.8.1" walkdir = "2.4.0"