From 754a396e12f35871b1d6c1eaee4fcacb2da3d837 Mon Sep 17 00:00:00 2001 From: Mathieu Baudet <1105398+ma2bd@users.noreply.github.com> Date: Tue, 7 May 2024 10:31:25 -0400 Subject: [PATCH] fix linera-witty for `cargo publish` --- linera-witty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linera-witty/Cargo.toml b/linera-witty/Cargo.toml index a87df6f8848..a87975c7790 100644 --- a/linera-witty/Cargo.toml +++ b/linera-witty/Cargo.toml @@ -32,7 +32,7 @@ wasmtime = { workspace = true, optional = true } [dev-dependencies] assert_matches.workspace = true insta.workspace = true -linera-witty = { workspace = true, features = ["macros", "test"] } +linera-witty = { path = ".", features = ["macros", "test"] } test-case.workspace = true tracing.workspace = true