Compare commits

...
Author SHA1 Message Date
9a945c875c Update Rust crate ctor to v1.0.12
Some checks failed
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
2026-08-08 01:47:29 +00:00
c351a8826a friends bugfix
All checks were successful
Build and Test / mario-tennis (push) Successful in 6m23s
Build and Test / minecraft-wiiu (push) Successful in 6m41s
Build and Test / wii-u-chat (push) Successful in 6m45s
Build and Test / super-mario-maker (push) Successful in 6m59s
Build and Test / splatoon (push) Successful in 6m59s
Build and Test / splatoon-testfire (push) Successful in 7m20s
Build and Test / wii-sports-club (push) Successful in 8m18s
Build and Test / puyopuyo (push) Successful in 8m25s
Build and Test / fast-racing-neo (push) Successful in 8m25s
Build and Test / friends (push) Successful in 8m48s
Build and Test / sonic-transformed (push) Successful in 9m23s
2026-08-08 03:34:59 +02:00
2 changed files with 6 additions and 7 deletions

12
Cargo.lock generated
View file

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

View file

@ -292,7 +292,6 @@ impl<C: Crypto> Server<C> {
unacknowledged_packets: HashMap::new(),
packet_buffer: vec![],
packet_queue: HashMap::new(),
packet_buffer: vec![],
}),
});