mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
lm3s6965: Cargo.lock update
This commit is contained in:
parent
e2b54e90ea
commit
cfed2924ce
1 changed files with 3 additions and 2 deletions
5
examples/lm3s6965/Cargo.lock
generated
5
examples/lm3s6965/Cargo.lock
generated
|
|
@ -491,7 +491,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rtic"
|
name = "rtic"
|
||||||
version = "2.1.2"
|
version = "2.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bare-metal 1.0.0",
|
"bare-metal 1.0.0",
|
||||||
"cortex-m",
|
"cortex-m",
|
||||||
|
|
@ -517,7 +517,7 @@ checksum = "d9369355b04d06a3780ec0f51ea2d225624db777acbc60abd8ca4832da5c1a42"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rtic-macros"
|
name = "rtic-macros"
|
||||||
version = "2.1.2"
|
version = "2.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"proc-macro-error2",
|
"proc-macro-error2",
|
||||||
|
|
@ -576,6 +576,7 @@ dependencies = [
|
||||||
"lm3s6965",
|
"lm3s6965",
|
||||||
"panic-semihosting",
|
"panic-semihosting",
|
||||||
"rtic",
|
"rtic",
|
||||||
|
"rtic-common",
|
||||||
"rtic-monotonics",
|
"rtic-monotonics",
|
||||||
"rtic-sync",
|
"rtic-sync",
|
||||||
"rtic-time",
|
"rtic-time",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue