Skip to content

Commit c119dbc

Browse files
authored
Merge pull request #180 from AlterionX/master
Upgrade syn to 1.0.8. Upgrade matches to 0.1.8
2 parents da20d19 + 8fee652 commit c119dbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

maud_macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ description = "Compile-time HTML templates."
1111
edition = "2018"
1212

1313
[dependencies]
14-
syn = "0.15.34"
15-
matches = "0.1.6"
14+
syn = "1.0.8"
15+
matches = "0.1.8"
1616
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
1717

1818
[lib]

0 commit comments

Comments
 (0)