Skip to content

Commit

Permalink
bump indexmap to 2.0 (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: hzlinyiyu <[email protected]>
Co-authored-by: boyned//Kampfkarren <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2023
1 parent 71fb6ac commit a07d208
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
members = [
"full-moon",
"full-moon-derive",
]
]

resolver = "2"
2 changes: 1 addition & 1 deletion full-moon-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
proc-macro = true

[dependencies]
indexmap = "1.9"
indexmap = "2.0.2"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0.107", features = ["extra-traits"] }
2 changes: 1 addition & 1 deletion full-moon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ smol_str = { version = "0.1.23", features = ["serde"] }
stacker = { version = "0.1.15", optional = true }

[dev-dependencies]
criterion = "0.4"
criterion = "0.5.1"
insta = { version = "1.26.0", features = ["glob", "yaml"] }
pretty_assertions = "1.3.0"

Expand Down

0 comments on commit a07d208

Please sign in to comment.