Skip to content

Commit ed96219

Browse files
committed
fix: remove features
1 parent 642888f commit ed96219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/chainhook-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde = { version = "1", features = ["rc"] }
1212
serde_json = { version = "1", features = ["arbitrary_precision"] }
1313
serde_derive = "1"
1414
stacks-codec = "2.4.1"
15-
clarity = { git = "https://github.com/stacks-network/stacks-core.git", branch = "master", package = "clarity", default-features = false, features = ["log"] }
15+
clarity = { git = "https://github.com/stacks-network/stacks-core.git", branch = "master", package = "clarity" }
1616
hiro-system-kit = { version = "0.3.4", optional = true }
1717
rocket = { version = "=0.5.0", features = ["json"] }
1818
bitcoincore-rpc = "0.18.0"

0 commit comments

Comments
 (0)