diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-05-31 18:01:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-31 18:01:36 +0000 |
| commit | 781ed8a9cdbb72ab639e73f52219b7d96fa6ec86 (patch) | |
| tree | 48d08d2e0f2ed3b4cdd501e02c64535791ca40bd /examples/rp2040_local_i2c_init | |
| parent | 01fa3f2e72196250e5552b204d2197583c231075 (diff) | |
| parent | 963c8e340bcea8339a0bfda02c44dfbedde42383 (diff) | |
Merge #756
756: v2.0 release r=datdenkikniet a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Co-authored-by: datdenkikniet <jcdra1@gmail.com>
Diffstat (limited to 'examples/rp2040_local_i2c_init')
| -rw-r--r-- | examples/rp2040_local_i2c_init/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp2040_local_i2c_init/Cargo.toml b/examples/rp2040_local_i2c_init/Cargo.toml index 2d004e1..c2cce7b 100644 --- a/examples/rp2040_local_i2c_init/Cargo.toml +++ b/examples/rp2040_local_i2c_init/Cargo.toml @@ -10,12 +10,12 @@ edition = "2021" [dependencies.rtic] path = "../../rtic" -version = "=2.0.0-alpha.2" +version = "2.0.0" features = ["thumbv6-backend"] [dependencies.rtic-monotonics] path = "../../rtic-monotonics" -version = "=1.0.0-alpha.2" +version = "1.0.0" features = ["rp2040"] [dependencies] |
