Skip to content

Commit

Permalink
fixup feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 11, 2024
1 parent f699273 commit 2e34437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ serde_test = "1"
[features]
default = ["hash", "ticket", "relay"]
hash = ["dep:blake3", "dep:data-encoding", "dep:postcard", "dep:derive_more", "base32"]
ticket = ["base32", "key"]
ticket = ["base32", "key", "hash"]
base32 = ["dep:data-encoding", "dep:postcard"]
redb = ["dep:redb"]
key = [
Expand Down

0 comments on commit 2e34437

Please sign in to comment.