aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-05-09 15:35:55 +0000
committerGitHub <[email protected]>2022-05-09 15:35:55 +0000
commit69e0f9f0fea8731fa23b4b62707ca2641f5f301a (patch)
tree0ed231d91853febf88f1f4fa93c179a0dae82ad0
parentb7a27113f054de558bd0649ea98462544e9129fb (diff)
parent1b2a10007b55a3512e3550a8a88059c441a71d9c (diff)
Merge #764
764: Update re-export comment in embassy-rp/Cargo.toml r=Dirbaio a=danbev Co-authored-by: Daniel Bevenius <[email protected]>
-rw-r--r--embassy-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 17fce54e5..9f295c759 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -15,7 +15,7 @@ flavors = [
15[features] 15[features]
16 16
17# Reexport the PAC for the currently enabled chip at `embassy_rp::pac`. 17# Reexport the PAC for the currently enabled chip at `embassy_rp::pac`.
18# This is unstable because semver-minor (non-breaking) releases of embassy-nrf may major-bump (breaking) the PAC version. 18# This is unstable because semver-minor (non-breaking) releases of embassy-rp may major-bump (breaking) the PAC version.
19# If this is an issue for you, you're encouraged to directly depend on a fixed version of the PAC. 19# If this is an issue for you, you're encouraged to directly depend on a fixed version of the PAC.
20# There are no plans to make this stable. 20# There are no plans to make this stable.
21unstable-pac = [] 21unstable-pac = []