Skip to content

Commit 289f0aa

Browse files
Update indexmap requirement from 1 to 2
Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@1.0.0...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcaab90 commit 289f0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ approx = "0.5"
2626
atomic-take = "1"
2727
bitflags = "1"
2828
glam = "0.24"
29-
indexmap = "1"
29+
indexmap = "2"
3030
inventory = { version = "0.3", optional = true }
3131
libc = "0.2"
3232
once_cell = "1"

0 commit comments

Comments
 (0)