mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
examples: pin to specific version
This commit is contained in:
parent
093d64500d
commit
cba786529a
2 changed files with 4 additions and 4 deletions
|
@ -10,12 +10,12 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies.rtic]
|
[dependencies.rtic]
|
||||||
path = "../../rtic"
|
path = "../../rtic"
|
||||||
version = "2.0.0-alpha.1"
|
version = "=2.0.0-alpha.1"
|
||||||
features = ["thumbv6-backend"]
|
features = ["thumbv6-backend"]
|
||||||
|
|
||||||
[dependencies.rtic-monotonics]
|
[dependencies.rtic-monotonics]
|
||||||
path = "../../rtic-monotonics"
|
path = "../../rtic-monotonics"
|
||||||
version = "1.0.0-alpha.1"
|
version = "=1.0.0-alpha.1"
|
||||||
features = ["rp2040"]
|
features = ["rp2040"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -9,12 +9,12 @@ version = "0.1.0"
|
||||||
|
|
||||||
[dependencies.rtic]
|
[dependencies.rtic]
|
||||||
path = "../../rtic"
|
path = "../../rtic"
|
||||||
version = "2.0.0-alhpa.1"
|
version = "=2.0.0-alpha.1"
|
||||||
features = ["thumbv7-backend"]
|
features = ["thumbv7-backend"]
|
||||||
|
|
||||||
[dependencies.rtic-monotonics]
|
[dependencies.rtic-monotonics]
|
||||||
path = "../../rtic-monotonics"
|
path = "../../rtic-monotonics"
|
||||||
version = "1.0.0-alhpa.1"
|
version = "=1.0.0-alpha.1"
|
||||||
features = ["cortex-m-systick"]
|
features = ["cortex-m-systick"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue