File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
thumbv6m-none-eabi,
51
51
x86_64-pc-windows-gnu,
52
52
]
53
- channel : [1.58.1 , nightly]
53
+ channel : [1.61.0 , nightly]
54
54
include :
55
55
- os : macos-latest
56
56
target : x86_64-apple-darwin
@@ -60,13 +60,13 @@ jobs:
60
60
channel : nightly
61
61
- os : macos-latest
62
62
target : x86_64-apple-darwin
63
- channel : 1.58.1
63
+ channel : 1.61.0
64
64
- os : windows-latest
65
65
target : x86_64-pc-windows-msvc
66
- channel : 1.58.1
66
+ channel : 1.61.0
67
67
- os : ubuntu-latest
68
68
target : x86_64-unknown-linux-gnu
69
- channel : 1.56.1
69
+ channel : 1.61.0
70
70
- os : ubuntu-latest
71
71
target : x86_64-unknown-linux-gnu
72
72
channel : beta
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ hashbrown
4
4
[ ![ Build Status] ( https://github.com/rust-lang/hashbrown/actions/workflows/rust.yml/badge.svg )] ( https://github.com/rust-lang/hashbrown/actions )
5
5
[ ![ Crates.io] ( https://img.shields.io/crates/v/hashbrown.svg )] ( https://crates.io/crates/hashbrown )
6
6
[ ![ Documentation] ( https://docs.rs/hashbrown/badge.svg )] ( https://docs.rs/hashbrown )
7
- [ ![ Rust] ( https://img.shields.io/badge/rust-1.56.1 %2B-blue.svg?maxAge=3600 )] ( https://github.com/rust-lang/hashbrown )
7
+ [ ![ Rust] ( https://img.shields.io/badge/rust-1.61.0 %2B-blue.svg?maxAge=3600 )] ( https://github.com/rust-lang/hashbrown )
8
8
9
9
This crate is a Rust port of Google's high-performance [ SwissTable] hash
10
10
map, adapted to make it a drop-in replacement for Rust's standard ` HashMap `
You can’t perform that action at this time.
0 commit comments