universal-android-debloater icon indicating copy to clipboard operation
universal-android-debloater copied to clipboard

Fix dependency proc-macro2

Open th4s opened this issue 1 year ago • 4 comments

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.

th4s avatar Sep 12 '23 22:09 th4s

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

Frigyes06 avatar Oct 26 '23 17:10 Frigyes06

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

th4s avatar Oct 26 '23 19:10 th4s

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

Frigyes06 avatar Oct 31 '23 02:10 Frigyes06

Yes that repo works :tada:

th4s avatar Oct 31 '23 12:10 th4s