Skip to content

Commit

Permalink
switch all dependencies to minimal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
valsteen committed Dec 21, 2023
1 parent 996f1aa commit d506e13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ proc-macro = true
doctest = false

[dependencies]
proc-macro2 = "1.0.43"
syn = { version = "2.0.28", features = ["full"] }
quote = "1.0.21"
either = "1.8.0"
pretty_assertions = "1.4.0"
proc-macro2 = "^1.0.52"
syn = { version = "^2", features = ["full"] }
quote = "^1.0.25"
either = "^1.4.0"
pretty_assertions = "^1"

[dev-dependencies]
rust-format = "0.3.4"
rust-format = "^0"

0 comments on commit d506e13

Please sign in to comment.