Skip to content

Commit d48a5bb

Browse files
committed
Update repo link to rust-lang/hashbrown
1 parent f0fb692 commit d48a5bb

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101101

102102
- Initial release
103103

104-
[Unreleased]: https://github.com/Amanieu/hashbrown/compare/v0.3.0...HEAD
105-
[v0.3.0]: https://github.com/Amanieu/hashbrown/compare/v0.2.2...v0.3.0
106-
[v0.2.2]: https://github.com/Amanieu/hashbrown/compare/v0.2.1...v0.2.2
107-
[v0.2.1]: https://github.com/Amanieu/hashbrown/compare/v0.2.0...v0.2.1
108-
[v0.2.0]: https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
109-
[v0.1.8]: https://github.com/Amanieu/hashbrown/compare/v0.1.7...v0.1.8
110-
[v0.1.7]: https://github.com/Amanieu/hashbrown/compare/v0.1.6...v0.1.7
111-
[v0.1.6]: https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
112-
[v0.1.5]: https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5
113-
[v0.1.4]: https://github.com/Amanieu/hashbrown/compare/v0.1.3...v0.1.4
114-
[v0.1.3]: https://github.com/Amanieu/hashbrown/compare/v0.1.2...v0.1.3
115-
[v0.1.2]: https://github.com/Amanieu/hashbrown/compare/v0.1.1...v0.1.2
116-
[v0.1.1]: https://github.com/Amanieu/hashbrown/compare/v0.1.0...v0.1.1
104+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.3.0...HEAD
105+
[v0.3.0]: https://github.com/rust-lang/hashbrown/compare/v0.2.2...v0.3.0
106+
[v0.2.2]: https://github.com/rust-lang/hashbrown/compare/v0.2.1...v0.2.2
107+
[v0.2.1]: https://github.com/rust-lang/hashbrown/compare/v0.2.0...v0.2.1
108+
[v0.2.0]: https://github.com/rust-lang/hashbrown/compare/v0.1.8...v0.2.0
109+
[v0.1.8]: https://github.com/rust-lang/hashbrown/compare/v0.1.7...v0.1.8
110+
[v0.1.7]: https://github.com/rust-lang/hashbrown/compare/v0.1.6...v0.1.7
111+
[v0.1.6]: https://github.com/rust-lang/hashbrown/compare/v0.1.5...v0.1.6
112+
[v0.1.5]: https://github.com/rust-lang/hashbrown/compare/v0.1.4...v0.1.5
113+
[v0.1.4]: https://github.com/rust-lang/hashbrown/compare/v0.1.3...v0.1.4
114+
[v0.1.3]: https://github.com/rust-lang/hashbrown/compare/v0.1.2...v0.1.3
115+
[v0.1.2]: https://github.com/rust-lang/hashbrown/compare/v0.1.1...v0.1.2
116+
[v0.1.1]: https://github.com/rust-lang/hashbrown/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/Amanieu/hashbrown"
7+
repository = "https://github.com/rust-lang/hashbrown"
88
readme = "README.md"
99
keywords = ["hash", "no_std", "hashmap", "swisstable"]
1010
categories = ["data-structures", "no-std"]

0 commit comments

Comments
 (0)