Skip to content

Commit

Permalink
lower indexmap version to fix c9s
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Aug 30, 2024
1 parent 862c1ec commit 8fda049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tokio-util = { features = ["io-util"], version = "0.7" }
tokio-stream = { features = ["sync"], version = "0.1.8" }
tracing = "0.1"
zstd = { version = "0.13.1", features = ["pkg-config"] }
indexmap = { version = "2.2.6", features = ["serde"] }
indexmap = { version = "2.2.2", features = ["serde"] }

indoc = { version = "2", optional = true }
xshell = { version = "0.2", optional = true }
Expand Down

0 comments on commit 8fda049

Please sign in to comment.