Skip to content

Commit

Permalink
set tutorial contract mocks dependency to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Aug 30, 2024
1 parent 0573bde commit 1d648a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tutorial/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ serde = { workspace = true, default-features = false, features = ["derive"] }
thiserror = { workspace = true }

[dev-dependencies]
#provwasm-mocks = { path = "../../todo/mocks" }
provwasm-mocks = { workspace = true }

0 comments on commit 1d648a5

Please sign in to comment.