You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-20 14:25:37 +02:00
cargo: bump aarch64-rt from 0.2.2 to 0.3.1 in /src/exercises/bare-metal/rtc (#2985)
Bumps [aarch64-rt](https://github.com/google/aarch64-rt) from 0.2.2 to 0.3.1. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
4
src/exercises/bare-metal/rtc/Cargo.lock
generated
@@ -14,9 +14,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aarch64-rt"
|
||||
version = "0.2.2"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "683c4295f0608c531130ed6daf301785844c1f71eb126eb56343838968e728c5"
|
||||
checksum = "a21dc662bf8045ff4a57989d927607b71654b902f0a1976ec3e7fbb30a1477aa"
|
||||
dependencies = [
|
||||
"smccc",
|
||||
]
|
||||
|
||||
@@ -8,7 +8,7 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
aarch64-paging = { version = "0.10.0", default-features = false }
|
||||
aarch64-rt = "0.2.2"
|
||||
aarch64-rt = "0.3.1"
|
||||
arm-gic = "0.7.1"
|
||||
arm-pl011-uart = "0.4.0"
|
||||
bitflags = "2.10.0"
|
||||
|
||||
Reference in New Issue
Block a user