Skip to content

Commit 55d6a1d

Browse files
committed
Update dependencies
1 parent bf5bf5f commit 55d6a1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ edition = "2018"
1515
[dependencies]
1616
indexmap = "1"
1717
grammer = "0.0.1"
18-
proc-macro2 = "0.4.30"
19-
proc-quote = "0.2.2"
18+
proc-macro2 = "1.0.6"
19+
proc-quote = "0.3.0"
2020

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

2727
[lib]
2828
doctest = false
2929
test = false
3030

3131
[patch.'crates-io']
32-
grammer = { git = "https://github.com/lykenware/grammer", rev = "eecb1b16cd234408d066fabec63786003925452d" }
32+
grammer = { git = "https://github.com/lykenware/grammer", rev = "7850625d06e5f838cd175c109c29642a1bbfa500" }
3333

3434
[workspace]
3535
members = [

0 commit comments

Comments
 (0)