Merge pull request 'Update Rust crate ctor to v1.0.12' (#44) from renovate/ctor-1.x-lockfile into v0
All checks were successful
Build and Test / build-editions (fast-racing-neo) (push) Successful in 4m23s
Build and Test / build-editions (mario-tennis) (push) Successful in 5m13s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 6m29s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 7m42s
Build and Test / build-editions (terraria) (push) Successful in 7m40s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 7m46s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 7m48s
Build and Test / build-editions (splatoon) (push) Successful in 7m50s
Build and Test / build-editions (sonic-transformed) (push) Successful in 7m50s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 7m52s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 7m55s
Build and Test / build-editions (wii-u-chat) (push) Successful in 3m54s

Reviewed-on: #44
This commit is contained in:
redbinder0526 2026-08-08 07:36:03 +02:00
commit 907845ae5b

12
Cargo.lock generated
View file

@ -613,9 +613,9 @@ dependencies = [
[[package]] [[package]]
name = "ctor" name = "ctor"
version = "1.0.8" version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb22e947478ccf9dc44d8922042c677a63fbb88f2cb468521d1145816e5087cb" checksum = "2d83cb7e7a873830708d6b02a78cd36a592c6fa14bf267b68725103b85c0d77f"
dependencies = [ dependencies = [
"link-section", "link-section",
"linktime-proc-macro", "linktime-proc-macro",
@ -1525,15 +1525,15 @@ dependencies = [
[[package]] [[package]]
name = "link-section" name = "link-section"
version = "0.19.0" version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e333fe507b738576d6da5bb3f1a7d7a1c80307ed9ef31624c057d844c19c93e9" checksum = "5ee1a0d6e252afe82e7bc2db42fba60e02ddf3b1accaf8cb21d96e34ba61f3d4"
[[package]] [[package]]
name = "linktime-proc-macro" name = "linktime-proc-macro"
version = "0.2.0" version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c7b0a3383c2a1002d11349c92c85a666a5fb679e96c79d782cf0dbe557fd6ee" checksum = "348d0075b1fc163b26d72a7f75fc5141daf2fd1bdf128d873cbaf6785d495bdf"
[[package]] [[package]]
name = "linux-raw-sys" name = "linux-raw-sys"