Skip to content

Commit

Permalink
data-encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 4, 2024
1 parent 74a4619 commit 0dd5a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.67.0"

[features]
default = ["std"]
std = []
std = ["data-encoding/std"]
cli = ["std", "dep:clap"]

[[bin]]
Expand All @@ -28,5 +28,5 @@ crate-git-revision = "0.0.6"
proptest = "1.0.0"

[dependencies]
data-encoding = "2.6.0"
data-encoding = { version = "2.6.0", default-features = false, features = ["alloc"] }
clap = { version = "4.2.4", default-features = false, features = ["std", "derive", "usage", "help"], optional = true }

0 comments on commit 0dd5a74

Please sign in to comment.