mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +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]]
|
||||
name = "rtic"
|
||||
version = "2.1.2"
|
||||
version = "2.1.3"
|
||||
dependencies = [
|
||||
"bare-metal 1.0.0",
|
||||
"cortex-m",
|
||||
|
|
@ -517,7 +517,7 @@ checksum = "d9369355b04d06a3780ec0f51ea2d225624db777acbc60abd8ca4832da5c1a42"
|
|||
|
||||
[[package]]
|
||||
name = "rtic-macros"
|
||||
version = "2.1.2"
|
||||
version = "2.1.3"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"proc-macro-error2",
|
||||
|
|
@ -576,6 +576,7 @@ dependencies = [
|
|||
"lm3s6965",
|
||||
"panic-semihosting",
|
||||
"rtic",
|
||||
"rtic-common",
|
||||
"rtic-monotonics",
|
||||
"rtic-sync",
|
||||
"rtic-time",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue