From 76c33c581315c8c538a76134970b8f5707f226fb Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Fri, 15 Dec 2023 09:37:15 +1100 Subject: [PATCH] wildcard --- 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 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"