Skip to content

Commit 8331509

Browse files
committed
Fix build with indexmap
New version of indexmap needs Rust 1.82
1 parent f9da6bf commit 8331509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ walkdir = { version = "2.5.0", optional = true }
5454

5555
[dependencies]
5656
futures-util = "0.3.31"
57+
#TODO: remove indexmap after moving to rust 1.84+. It's listed here only to lock the version.
58+
indexmap = "=2.11.0"
5759
rand = "0.9.0"
5860
tokio = { version = "1.43.0", features = ["full"], optional = true }
5961
tokio-serial = { version = "5.4.5", optional = true }

0 commit comments

Comments
 (0)