Skip to content

Commit

Permalink
Update to indexmap 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed Sep 27, 2023
1 parent 91ffe92 commit 06ea63a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ glam = "0.22.0"
# A Rust library for conveniently watching and handling file changes.
hotwatch = "0.4.5"
# A hash table with consistent order and fast iteration.
indexmap = "1.9.2"
indexmap = "2.0.0"
# A partial replacement for std::time::Instant that works on WASM too.
instant = "0.1.12"
# A macro for declaring lazily evaluated statics in Rust.
Expand Down

0 comments on commit 06ea63a

Please sign in to comment.