Skip to content

Commit 682b074

Browse files
newAMeldruin
authored andcommitted
treewide: update URLs
The repository has moved to the rust-embedded-community. The old URLs still work, but they result in a redirect.
1 parent 2a78f1f commit 682b074

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5656

5757
Initial release
5858

59-
[Unreleased]: https://github.com/japaric/hash32/compare/v0.3.1...HEAD
60-
[v0.3.1]: https://github.com/japaric/hash32/compare/v0.3.0...v0.3.1
61-
[v0.3.0]: https://github.com/japaric/hash32/compare/v0.2.1...v0.3.0
62-
[v0.2.1]: https://github.com/japaric/hash32/compare/v0.2.0...v0.2.1
63-
[v0.2.0]: https://github.com/japaric/hash32/compare/v0.1.2...v0.2.0
64-
[v0.1.2]: https://github.com/japaric/hash32/compare/v0.1.1...v0.1.2
65-
[v0.1.1]: https://github.com/japaric/hash32/compare/v0.1.0...v0.1.1
59+
[Unreleased]: https://github.com/rust-embedded-community/hash32/compare/v0.3.1...HEAD
60+
[v0.3.1]: https://github.com/rust-embedded-community/hash32/compare/v0.3.0...v0.3.1
61+
[v0.3.0]: https://github.com/rust-embedded-community/hash32/compare/v0.2.1...v0.3.0
62+
[v0.2.1]: https://github.com/rust-embedded-community/hash32/compare/v0.2.0...v0.2.1
63+
[v0.2.0]: https://github.com/rust-embedded-community/hash32/compare/v0.1.2...v0.2.0
64+
[v0.1.2]: https://github.com/rust-embedded-community/hash32/compare/v0.1.1...v0.1.2
65+
[v0.1.1]: https://github.com/rust-embedded-community/hash32/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "32-bit hashing algorithms"
55
keywords = ["32-bit", "hash", "fnv", "murmur3"]
66
license = "MIT OR Apache-2.0"
77
name = "hash32"
8-
repository = "https://github.com/japaric/hash32"
8+
repository = "https://github.com/rust-embedded-community/hash32"
99
version = "0.3.1"
1010

1111
[dependencies.byteorder]

0 commit comments

Comments
 (0)