Skip to content

Commit be6faa4

Browse files
committed
Update dependencies
1 parent bf5bf5f commit be6faa4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ edition = "2018"
1414

1515
[dependencies]
1616
indexmap = "1"
17-
grammer = "0.0.1"
18-
proc-macro2 = "0.4.30"
19-
proc-quote = "0.2.2"
17+
grammer = "0.0.2"
18+
proc-macro2 = "1.0.6"
19+
proc-quote = "0.3.0"
2020

2121
[build-dependencies]
2222
indexmap = "1"
23-
grammer = "0.0.1"
24-
proc-macro2 = "0.4.30"
25-
proc-quote = "0.2.2"
23+
grammer = "0.0.2"
24+
proc-macro2 = "1.0.6"
25+
proc-quote = "0.3.0"
2626

2727
[lib]
2828
doctest = false

0 commit comments

Comments
 (0)