Skip to content

Commit e40da9b

Browse files
committed
update repo URL (moved to rust-embedded-community)
the repository has found a new home in the [rust-embedded-community]! this will reduce the bus factor in the future. as the repo has been moved all issues, PRs, etc. have been kept, ensuring that they can be found again in the future. [rust-embedded-community]: https://github.com/rust-embedded-community
1 parent 9ad2368 commit e40da9b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
If your HAL does not yet implement this, then please use the previous release of the library.
1919

2020
<!-- next-url -->
21-
[Unreleased]: https://github.com/rursprung/tb6612fng-rs/compare/v0.2.0...HEAD
22-
[0.2.0]: https://github.com/rursprung/tb6612fng-rs/compare/v0.1.1...v0.2.0
21+
[Unreleased]: https://github.com/rust-embedded-community/tb6612fng-rs/compare/v0.2.0...HEAD
22+
[0.2.0]: https://github.com/rust-embedded-community/tb6612fng-rs/compare/v0.1.1...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
rust-version = "1.63"
66

77
description = "A `no_std` driver for the TB6612FNG motor driver."
8-
repository = "https://github.com/rursprung/tb6612fng-rs"
8+
repository = "https://github.com/rust-embedded-community/tb6612fng-rs"
99
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
1010
keywords = ["tb6612fng", "driver", "motor", "controller", "embedded-hal-driver"]
1111
license = "MIT OR Apache-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rust Driver for TB6612FNG Motor Driver
2-
[![CI](https://github.com/rursprung/tb6612fng-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rursprung/tb6612fng-rs/actions/workflows/CI.yml)
2+
[![CI](https://github.com/rust-embedded-community/tb6612fng-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rust-embedded-community/tb6612fng-rs/actions/workflows/CI.yml)
33
[![Crates.io](https://img.shields.io/crates/v/tb6612fng)](https://crates.io/crates/tb6612fng)
44
![Licenses](https://img.shields.io/crates/l/tb6612fng)
55
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
@@ -33,7 +33,7 @@ For the changelog please see the dedicated [CHANGELOG.md](CHANGELOG.md).
3333
This crate is already stable, however it's based on a release candidate version of [`embedded-hal`](https://github.com/rust-embedded/embedded-hal/),
3434
making the API unstable (the change from 1.0.0-rc.1 to 1.0.0 of e-h will be breaking from a dependency management point of view).
3535

36-
See [the tracking issue](https://github.com/rursprung/tb6612fng-rs/issues/4) for the roadmap to v1.0.0.
36+
See [the tracking issue](https://github.com/rust-embedded-community/tb6612fng-rs/issues/4) for the roadmap to v1.0.0.
3737

3838
## Minimum Supported Rust Version (MSRV)
3939
This crate is guaranteed to compile on stable Rust 1.62 and up. It *might*

release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pre-release-replacements = [
33
{file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1},
44
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=1},
55
{file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", exactly=1},
6-
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/rursprung/tb6612fng-rs/compare/{{tag_name}}...HEAD", exactly=1},
6+
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/rust-embedded-community/tb6612fng-rs/compare/{{tag_name}}...HEAD", exactly=1},
77
]

0 commit comments

Comments
 (0)