-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update server CI, dependencies and change to Rust 2024 edition #256
Conversation
Updates the requirements on [async-watcher](https://github.com/justinrubek/async-watcher) to permit the latest version. - [Release notes](https://github.com/justinrubek/async-watcher/releases) - [Changelog](https://github.com/justinrubek/async-watcher/blob/main/CHANGELOG.md) - [Commits](justinrubek/async-watcher@0.2.1...0.3.0) --- updated-dependencies: - dependency-name: async-watcher dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [console-subscriber](https://github.com/tokio-rs/console) to permit the latest version. - [Release notes](https://github.com/tokio-rs/console/releases) - [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml) - [Commits](tokio-rs/console@console-subscriber-v0.2.0...console-subscriber-v0.4.1) --- updated-dependencies: - dependency-name: console-subscriber dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [rustc-hash](https://github.com/rust-lang/rustc-hash) to permit the latest version. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](rust-lang/rustc-hash@v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [rocket_db_pools](https://github.com/rwf2/Rocket) to permit the latest version. - [Release notes](https://github.com/rwf2/Rocket/releases) - [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md) - [Commits](rwf2/Rocket@v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: rocket_db_pools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md) - [Commits](emilk/egui@0.27.2...0.29.1) --- updated-dependencies: - dependency-name: egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ole-subscriber-0.4.1
ur so right lol, im looking at the all of the actions to fix them manually, also updated the deps to make them more futureproof lol, a help would be great tho |
well first of all, all functions that already were marked unsafe, should stay unsafe, unsafe exists as a hint to the programmer that they should be careful using the function. removing the unsafe marker can lead to somebody making wrong assumptions and using the functions in a dangerous way. sqlx features were changed from i might have fixed something else, but all other changes look fine so far |
okay, can u do necessary fixing tho? |
alright |
@dankmeme01 also btw hear me out and NEVER UPDATE sqlx at what cost. it errors about sql3. it took me 30 mins to to figure out i have to downgrade that. |
also i think we should set up a linter (sorry but ur formatting sucks 😭 ) |
oh yeah i've ran into that as well, it seems that
aw :( is it about client or server? server uses |
well yeah but both the mod itself and server formatting is a bit bad. i will try to figure linter thing out sometime |
Well Ive also switched to a new rust gh action bc the old one was unmaintained