aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authorMartins Polakovs <mp@foo.lv>2024-04-21 13:46:29 +0300
committerGitHub <noreply@github.com>2024-04-21 10:46:29 +0000
commit5d05d607eefde4a659150f8180457b0eed37bc8c (patch)
tree17dae6b9f1cb264ee958f0a5716ccbe67cef308f /rtic-monotonics/Cargo.toml
parentacb9f446425a3bf6b00e542770bdbfd3c0bfe53e (diff)
Bump rp2040-pac to 0.6 in rtic-monotonics (#905)
* Support rp2040-pac v0.6 in rtic-monotonics * Add changelog entry * Fix rp2040_local_i2c_init example
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-rw-r--r--rtic-monotonics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 81df240..c9756dc 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -42,7 +42,7 @@ cortex-m = { version = "0.7.6", optional = true }
critical-section = { version = "1", optional = true }
# RP2040
-rp2040-pac = { version = ">=0.2.0,<0.6", optional = true }
+rp2040-pac = { version = "0.6", optional = true }
# nRF52
nrf52810-pac = { version = "0.12.2", optional = true }