From ef84d6b3a88aea6c448a80814cc717b17f29ab4e Mon Sep 17 00:00:00 2001 From: John Detter Date: Thu, 17 Oct 2024 02:04:17 -0500 Subject: [PATCH] Use public bindings --- unity-tests/server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unity-tests/server/Cargo.toml b/unity-tests/server/Cargo.toml index a5c7ca6f..50272bac 100644 --- a/unity-tests/server/Cargo.toml +++ b/unity-tests/server/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -# spacetimedb = "0.12.0" -spacetimedb = { path = "../SpacetimeDB/crates/bindings" } +spacetimedb = "0.12.0" +# spacetimedb = { path = "../../../SpacetimeDB/crates/bindings" } log = "0.4" rand = "0.8.5"