Skip to content

Commit

Permalink
fix: enable default features for hiro-system-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Oct 16, 2023
1 parent 3c3b4f8 commit 867424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chainhook-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde-hex = "0.1.0"
serde_derive = "1"
stacks-rpc-client = "1.0.10"
clarinet-utils = "1.0.0"
hiro-system-kit = { version = "0.3.1", default-features = false, optional = true }
hiro-system-kit = { version = "0.3.1", optional = true }
# stacks-rpc-client = { version = "1", path = "../../../clarinet/components/stacks-rpc-client" }
# clarinet-utils = { version = "1", path = "../../../clarinet/components/clarinet-utils" }
# hiro-system-kit = { version = "0.1.0", path = "../../../clarinet/components/hiro-system-kit" }
Expand Down

0 comments on commit 867424a

Please sign in to comment.