Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically committed Oct 30, 2020
1 parent 59cdd24 commit f0a703d
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 61 deletions.
114 changes: 60 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ license = "MIT"
bench = false

[dependencies]
proc-macro2 = "1.0.20"
quote = "1.0.7"
syn = { version = "1.0.39", features = ["full", "parsing", "extra-traits"] }
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full", "parsing", "extra-traits"] }

[dev-dependencies]
criterion = "=0.3.2"
Expand Down
8 changes: 4 additions & 4 deletions examples/html-to-string-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.20"
quote = "1.0.7"
syn = "1.0.40"
syn-rsx = { version = "0.7.2", path = "../.." }
proc-macro2 = "1"
quote = "1"
syn = "1"
syn-rsx = { version = "0.7", path = "../.." }

0 comments on commit f0a703d

Please sign in to comment.