Skip to content

Commit

Permalink
Fix no_std
Browse files Browse the repository at this point in the history
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
  • Loading branch information
koushiro committed Jan 18, 2021
1 parent 7fefb4a commit 3cfa5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/macro/internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs"]
proc-macro = true

[dependencies]
data-encoding = { version = "2.3", path = "../.." }
data-encoding = { version = "2.3", path = "../..", default-features = false, features = ["alloc"] }
syn = "1"

0 comments on commit 3cfa5f7

Please sign in to comment.