diff --git a/examples/angry_birds/Cargo.toml b/examples/angry_birds/Cargo.toml index be66ae1..4b33a1b 100644 --- a/examples/angry_birds/Cargo.toml +++ b/examples/angry_birds/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] soroban-sdk = "25.1.0" -cougr-core = { path = "../../" } +cougr-core = "1.0.0" [dev-dependencies] soroban-sdk = { version = "25.1.0", features = ["testutils"] } @@ -28,4 +28,4 @@ lto = true [profile.release-with-logs] inherits = "release" -debug-assertions = true +debug-assertions = true \ No newline at end of file diff --git a/examples/arkanoid/Cargo.toml b/examples/arkanoid/Cargo.toml index 1e975ac..9380219 100644 --- a/examples/arkanoid/Cargo.toml +++ b/examples/arkanoid/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] soroban-sdk = "25.1.0" -cougr-core = { path = "../../" } +cougr-core = "1.0.0" [dev-dependencies] soroban-sdk = { version = "25.1.0", features = ["testutils"] } @@ -28,4 +28,4 @@ lto = true [profile.release-with-logs] inherits = "release" -debug-assertions = true +debug-assertions = true