Skip to content

Commit 427f324

Browse files
authored
Merge pull request boj-rs#64 from byeongkeunahn/remove-stale-dependency
Remove stale dependency
2 parents 35cc58b + 139ccbb commit 427f324

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

basm-macro/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ proc-macro = true
1414
[dependencies]
1515
syn = { version = "2.0", features = ["full"] }
1616
quote = "1.0"
17-
proc-macro2 = "1.0"
18-
data-encoding = "2.5.0"
17+
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)