diff options
| author | Martins Polakovs <mp@foo.lv> | 2024-04-21 13:46:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-21 10:46:29 +0000 |
| commit | 5d05d607eefde4a659150f8180457b0eed37bc8c (patch) | |
| tree | 17dae6b9f1cb264ee958f0a5716ccbe67cef308f /rtic-monotonics/Cargo.toml | |
| parent | acb9f446425a3bf6b00e542770bdbfd3c0bfe53e (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.toml | 2 |
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 } |
