Skip to content

Commit

Permalink
Revert rust upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Dec 10, 2024
1 parent 7ec03f9 commit 80bda1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickwit/quickwit-common/src/rendezvous_hasher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mod tests {
let mut socket_set3 = vec![socket1, socket4];
sort_by_rendez_vous_hash(&mut socket_set3, "key");

assert_eq!(socket_set1, &[socket1, socket3, socket2, socket4]);
assert_eq!(socket_set1, &[socket1, socket2, socket3, socket4]);
assert_eq!(socket_set2, &[socket1, socket2, socket4]);
assert_eq!(socket_set3, &[socket1, socket4]);
}
Expand Down
2 changes: 1 addition & 1 deletion quickwit/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.82"
channel = "1.81"
components = ["cargo", "clippy", "rustfmt", "rust-docs"]

0 comments on commit 80bda1e

Please sign in to comment.