Skip to content

Commit

Permalink
Remove ternary_encoding dependency (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Sep 5, 2023
1 parent 80e2e12 commit fe92fa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ iota-crypto = { version = "0.23.0", default-features = false, features = [
"blake2b",
"ed25519",
"secp256k1",
"ternary_encoding",
] }
iterator-sorted = { version = "0.1.0", default-features = false }
packable = { version = "0.8.1", default-features = false, features = [
Expand Down Expand Up @@ -148,6 +147,7 @@ serde = [
"hashbrown/serde",
"packable/serde",
"primitive-types/serde_no_std",
"iota-crypto/serde",
"zeroize?/serde",
]
std = [
Expand Down

0 comments on commit fe92fa3

Please sign in to comment.