mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Update indexmap requirement from 1.9.2 to 2.0.0
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](https://github.com/bluss/indexmap/compare/1.9.2...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5c4e4365e4
commit
bfa3214f2f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ cortex-m-basepri = []
|
|||
test-template = []
|
||||
|
||||
[dependencies]
|
||||
indexmap = "1.9.2"
|
||||
indexmap = "2.0.0"
|
||||
proc-macro2 = "1.0.49"
|
||||
proc-macro-error = "1.0.4"
|
||||
quote = "1.0.23"
|
||||
|
|
Loading…
Reference in a new issue