Skip to content

Commit

Permalink
Reduce indexmap version to 1.6.2
Browse files Browse the repository at this point in the history
deno_core currently uses `=1.6.2` for indexmap, and Cargo refuses to resolve a version with sqlx's requirement of 1.7.0.

https://github.com/denoland/deno/blob/004d07dccd69c9fae8370665632d90401f770938/core/Cargo.toml#L18
  • Loading branch information
dimfeld committed Oct 26, 2021
1 parent d25ab07 commit 263ae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ stringprep = "0.1.2"
bstr = { version = "0.2.14", default-features = false, features = ["std"], optional = true }
git2 = { version = "0.13.20", default-features = false, optional = true }
hashlink = "0.7.0"
indexmap = "1.7.0"
indexmap = "1.6.2"

0 comments on commit 263ae99

Please sign in to comment.