Skip to content

Commit 263ae99

Browse files
committed
Reduce indexmap version to 1.6.2
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
1 parent d25ab07 commit 263ae99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ stringprep = "0.1.2"
163163
bstr = { version = "0.2.14", default-features = false, features = ["std"], optional = true }
164164
git2 = { version = "0.13.20", default-features = false, optional = true }
165165
hashlink = "0.7.0"
166-
indexmap = "1.7.0"
166+
indexmap = "1.6.2"

0 commit comments

Comments
 (0)