Skip to content

Commit

Permalink
Merge 3cfa5f7 into 7fefb4a
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro committed Jan 18, 2021
2 parents 7fefb4a + 3cfa5f7 commit e532012
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 e532012

Please sign in to comment.