[Bug]:
Bug Description
When compiling from source, the installer gives 3 warnings. This can be patched by removing the following lines from main.rs. I did this on local and it fixed the warnings:
#![feature(arc_unwrap_or_clone)]
#![feature(panic_info_message)]
#![feature(async_closure)]
Warning details below:
warning: the feature async_closurehas been stable since 1.85.0 and no longer requires an attribute to enable --> src/main.rs:4:12 | 4 | #![feature(async_closure)] | ^^^^^^^^^^^^^ | = note:#[warn(stable_features)]` on by default
warning: the feature panic_info_message has been stable since 1.81.0 and no longer requires an attribute to enable
--> src/main.rs:3:12
|
3 | #![feature(panic_info_message)]
| ^^^^^^^^^^^^^^^^^^
warning: the feature arc_unwrap_or_clone has been stable since 1.76.0 and no longer requires an attribute to enable
--> src/main.rs:2:12
|
2 | #![feature(arc_unwrap_or_clone)]
| ^^^^^^^^^^^^^^^^^^^
warning: celeste (bin "celeste") generated 3 warnings
`
Installation Source
Other (specify the source in the bug description above)
What version of Celeste are you using?
v0.8.3
Storage Provider
Google Drive