Skip to content

Commit 1fbb17b

Browse files
committed
Readme and Cargo.toml updates
1 parent f3a242f commit 1fbb17b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name = "hashbrown"
33
version = "0.12.0"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
6-
license = "Apache-2.0/MIT"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/hashbrown"
88
readme = "README.md"
99
keywords = ["hash", "no_std", "hashmap", "swisstable"]
1010
categories = ["data-structures", "no-std"]
11-
exclude = [".github", "bors.toml", "/ci/*"]
11+
exclude = [".github", "/ci/*"]
1212
edition = "2021"
13+
rust-version = "1.56.1"
1314

1415
[dependencies]
1516
# For the default hasher

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Add this to your `Cargo.toml`:
8585

8686
```toml
8787
[dependencies]
88-
hashbrown = "0.11"
88+
hashbrown = "0.12"
8989
```
9090

9191
Then:

0 commit comments

Comments
 (0)