Update re-export comment in embassy-rp/Cargo.toml

This commit is contained in:
Daniel Bevenius 2022-05-09 16:56:28 +02:00
parent b7a27113f0
commit 1b2a10007b

View File

@ -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 = []