0x192 / universal-android-debloater

Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
14.72k stars 798 forks source link

Fix dependency proc-macro2 #891

Open th4s opened 9 months ago

th4s commented 9 months ago

Currently the app does not compile with the error message: unknown feature proc_macro_span_shrink.

This PR sets the minimum version for the proc-macro2 crate to 1.0.66 so that the app compiles again.

Frigyes06 commented 8 months ago

Appears underlying issue got fixed, I can build repo as-is

th4s commented 8 months ago

Just tested again and does not work for me. Tested fresh pull of main branch with cleared cargo-registry and cargo clean before.

Frigyes06 commented 8 months ago

Can you check if current codebase at https://github.com/Frigyes06/universal-android-debloater works?

th4s commented 8 months ago

Yes that repo works :tada: