Skip to content

Commit f022cf6

Browse files
committed
Switch to usage of quote+syn rather than aster+quasi_quote.
1 parent a6e44df commit f022cf6

File tree

4 files changed

+241
-277
lines changed

4 files changed

+241
-277
lines changed

Cargo.lock

Lines changed: 21 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ name = "svd2rust"
55
version = "0.1.0"
66

77
[dependencies]
8-
aster = "0.29.0"
98
clap = "2.14.0"
109
inflections = "1.0.0"
11-
quasi = "0.21.0"
12-
quasi_macros = "*"
10+
quote = "0.3.3"
1311
svd-parser = "0.1.1"
12+
syn = "0.9"

0 commit comments

Comments
 (0)