Skip to content

Commit

Permalink
Relax indexmap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gnaaman-dn committed Jan 2, 2023
1 parent 8af48bb commit 3e4cf78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ anyhow = { version = "1.0", optional = true }
chrono = { version = "0.4", optional = true }
eyre = { version = ">= 0.4, < 0.7", optional = true }
hashbrown = { version = ">= 0.9, < 0.13", optional = true }
indexmap = { version = ">= 1.6, < 1.8", optional = true }
indexmap = { version = "1.6", optional = true }
num-bigint = { version = "0.4", optional = true }
num-complex = { version = ">= 0.2, < 0.5", optional = true }
serde = { version = "1.0", optional = true }
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2849.packaging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Relax dependency on Rust crate `indexmap` to cover `>= 1.6, < 2`

0 comments on commit 3e4cf78

Please sign in to comment.