Compare commits
1 Commits
cd386ed41a
...
1dec2d28c1
Author | SHA1 | Date | |
---|---|---|---|
1dec2d28c1 |
@ -33,10 +33,9 @@ default-features = false
|
||||
features = ["critical-section"]
|
||||
|
||||
[dependencies.ringbuf]
|
||||
version = "0.4"
|
||||
git = "https://github.com/us-irs/ringbuf.git"
|
||||
branch = "use-portable-atomic-crate"
|
||||
version = "0.4.7"
|
||||
default-features = false
|
||||
features = ["portable-atomic"]
|
||||
|
||||
[dependencies.va108xx-hal]
|
||||
path = "../../va108xx-hal"
|
||||
|
@ -19,15 +19,12 @@ version = "0.2"
|
||||
default-features = false
|
||||
|
||||
[dependencies.rtt-log]
|
||||
version = "0.3"
|
||||
git = "https://github.com/us-irs/rtt-log-rs.git"
|
||||
branch = "allow-usage-on-non-cas-systems"
|
||||
version = "0.4"
|
||||
|
||||
[dependencies.ringbuf]
|
||||
version = "0.4"
|
||||
git = "https://github.com/us-irs/ringbuf.git"
|
||||
branch = "use-portable-atomic-crate"
|
||||
version = "0.4.7"
|
||||
default-features = false
|
||||
features = ["portable-atomic"]
|
||||
|
||||
[dependencies.once_cell]
|
||||
version = "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user