diff --git a/crates/byondapi-rs/Cargo.toml b/crates/byondapi-rs/Cargo.toml index f5ee154..5f0972d 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" } +byondapi-sys = { path = "../byondapi-sys", version = "*" } lazy_static = "1.4.0" libloading = "0.8.1" walkdir = "2.4.0"