From 1b2a10007b55a3512e3550a8a88059c441a71d9c Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 9 May 2022 16:56:28 +0200 Subject: [PATCH] Update re-export comment in embassy-rp/Cargo.toml --- embassy-rp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 17fce54e..9f295c75 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml @@ -15,7 +15,7 @@ flavors = [ [features] # Reexport the PAC for the currently enabled chip at `embassy_rp::pac`. -# This is unstable because semver-minor (non-breaking) releases of embassy-nrf may major-bump (breaking) the PAC version. +# This is unstable because semver-minor (non-breaking) releases of embassy-rp may major-bump (breaking) the PAC version. # If this is an issue for you, you're encouraged to directly depend on a fixed version of the PAC. # There are no plans to make this stable. unstable-pac = []