diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-23 19:58:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-23 19:58:08 +0000 |
| commit | cfac6d1d90f13f22bde849816919e42f4ecf9531 (patch) | |
| tree | 1a0a892cdb1862a1196940692528438f813c0335 | |
| parent | df3d5a5e2ed8e410117709613ec2da756743321e (diff) | |
| parent | ce3804dc9215cd6efc894f089bc3dcad29b8cace (diff) | |
Merge #744
744: Prepare release of rtic-monotonics with new eha version r=perlindgren a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
| -rw-r--r-- | examples/rp2040_local_i2c_init/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32f3_blinky/Cargo.toml | 2 | ||||
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/rp2040_local_i2c_init/Cargo.toml b/examples/rp2040_local_i2c_init/Cargo.toml index 9174ad0..9737c99 100644 --- a/examples/rp2040_local_i2c_init/Cargo.toml +++ b/examples/rp2040_local_i2c_init/Cargo.toml @@ -15,7 +15,7 @@ features = ["thumbv6-backend"] [dependencies.rtic-monotonics] path = "../../rtic-monotonics" -version = "=1.0.0-alpha.1" +version = "=1.0.0-alpha.2" features = ["rp2040"] [dependencies] diff --git a/examples/stm32f3_blinky/Cargo.toml b/examples/stm32f3_blinky/Cargo.toml index 02937e8..99f1009 100644 --- a/examples/stm32f3_blinky/Cargo.toml +++ b/examples/stm32f3_blinky/Cargo.toml @@ -14,7 +14,7 @@ features = ["thumbv7-backend"] [dependencies.rtic-monotonics] path = "../../rtic-monotonics" -version = "=1.0.0-alpha.1" +version = "=1.0.0-alpha.2" features = ["cortex-m-systick"] [dependencies] diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 764abba..50785e9 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-monotonics" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" edition = "2021" authors = [ |
