Skip to content

Commit

Permalink
fix linera-witty for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed May 7, 2024
1 parent 9e72ea1 commit 754a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-witty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 754a396

Please sign in to comment.