We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f1e1a commit 1cef800Copy full SHA for 1cef800
stackslib/Cargo.toml
@@ -57,7 +57,7 @@ libstackerdb = { path = "../libstackerdb" }
57
siphasher = "0.3.7"
58
hashbrown = { workspace = true }
59
toml = { workspace = true }
60
-clar2wasm = { git = "https://github.com/stacks-network/clarity-wasm.git", branch = "fix/adapt-wasm-to-stacks-core-refactor"}
+clar2wasm = { git = "https://github.com/stacks-network/clarity-wasm.git", branch = "main"}
61
62
[target.'cfg(not(any(target_os = "macos",target_os="windows", target_arch = "arm" )))'.dependencies]
63
tikv-jemallocator = {workspace = true}
0 commit comments