Skip to content

Commit 55ce766

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 bb95b72 commit 55ce766

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
* The Minimum Supported Rust Version (MSRV) has been defined as 1.60.0 and is being enforced in `Cargo.toml`
2323

2424
<!-- next-url -->
25-
[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD
26-
[0.2.0]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0
27-
[0.1.1]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.0...v0.1.1
25+
[Unreleased]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD
26+
[0.2.0]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0
27+
[0.1.1]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/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 @@ edition = "2021"
55
rust-version = "1.62"
66

77
description = "A `no_std` parser for the Adafruit Bluefruit LE Connect controller protocol."
8-
repository = "https://github.com/rursprung/adafruit-bluefruit-protocol-rs"
8+
repository = "https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs"
99
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
1010
keywords = ["adafruit", "bluefruit", "bluetooth", "protocol"]
1111
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Adafruit Bluefruit LE Connect Controller Protocol Parser
2-
[![CI](https://github.com/rursprung/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rursprung/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml)
2+
[![CI](https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml)
33
[![Crates.io](https://img.shields.io/crates/v/adafruit-bluefruit-protocol)](https://crates.io/crates/adafruit-bluefruit-protocol)
44
![Licenses](https://img.shields.io/crates/l/adafruit-bluefruit-protocol)
55
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)

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/adafruit-bluefruit-protocol-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/adafruit-bluefruit-protocol-rs/compare/{{tag_name}}...HEAD", exactly=1},
77
]

0 commit comments

Comments
 (0)