mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-02-16 01:20:08 +02:00
cargo: bump cc from 1.0.96 to 1.0.97 in /src/bare-metal/aps/examples in the patch group (#2076)
Bumps the patch group in /src/bare-metal/aps/examples with 1 update: [cc](https://github.com/rust-lang/cc-rs). Updates `cc` from 1.0.96 to 1.0.97 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:
parent
bdd1c27eee
commit
cf0c23d842
4
src/bare-metal/aps/examples/Cargo.lock
generated
4
src/bare-metal/aps/examples/Cargo.lock
generated
@ -27,9 +27,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.96"
|
||||
version = "1.0.97"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
|
||||
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
|
||||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
|
@ -13,7 +13,7 @@ smccc = "0.1.1"
|
||||
spin = "0.9.8"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.96"
|
||||
cc = "1.0.97"
|
||||
|
||||
[[bin]]
|
||||
name = "improved"
|
||||
|
Loading…
x
Reference in New Issue
Block a user