Skip to content

Commit 1cef800

Browse files
committed
chore: fix clarity-wasm dependency branch
1 parent 10f1e1a commit 1cef800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ libstackerdb = { path = "../libstackerdb" }
5757
siphasher = "0.3.7"
5858
hashbrown = { workspace = true }
5959
toml = { workspace = true }
60-
clar2wasm = { git = "https://github.com/stacks-network/clarity-wasm.git", branch = "fix/adapt-wasm-to-stacks-core-refactor"}
60+
clar2wasm = { git = "https://github.com/stacks-network/clarity-wasm.git", branch = "main"}
6161

6262
[target.'cfg(not(any(target_os = "macos",target_os="windows", target_arch = "arm" )))'.dependencies]
6363
tikv-jemallocator = {workspace = true}

0 commit comments

Comments
 (0)