Add Dependabot, Update Dependencies and Workflows
Build may fail because of some major dependency updates. Needs changes, changes/fixes welcomed.
Main goal is keeping all things up-to-date.
I'll make it work in next release, please wait a moment, thank you.
cross build --target aarch64-linux-android --release --manifest-path ./userspace/ksud/Cargo.toml
Warning: using older rustc `1.67.0 (fc594f156 2023-01-24)` for the target. Current active rustc on the host is `rustc 1.75.0 (82e1608df 2023-12-21)`.
> Update with `rustup update --force-non-host stable-x86_64-unknown-linux-gnu`
error: package `clap v4.5.3` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.67.0
Either upgrade to rustc 1.74 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `clap` supporting rustc 1.67.0
error: Recipe `build_ksud` failed on line 5 with exit code 101
https://github.com/cross-rs/cross/issues/1222
cross build --target aarch64-linux-android --release --manifest-path ./userspace/ksud/Cargo.toml Warning: using older rustc `1.67.0 (fc594f156 2023-01-24)` for the target. Current active rustc on the host is `rustc 1.75.0 (82e1608df 2023-12-21)`. > Update with `rustup update --force-non-host stable-x86_64-unknown-linux-gnu` error: package `clap v4.5.3` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.67.0 Either upgrade to rustc 1.74 or newer, or use cargo update -p [email protected] --precise ver where `ver` is the latest version of `clap` supporting rustc 1.67.0 error: Recipe `build_ksud` failed on line 5 with exit code 101
So, downgrade rust version to 1.67?
Should we update Linux versions of Build Kernel - ChromeOS ARCVM and Build Kernel - WSA workflows from 20.04 to 22.04? Will it break anything? Didn't wanted to do without asking you.
Should we update Linux versions of Build Kernel - ChromeOS ARCVM and Build Kernel - WSA workflows from 20.04 to 22.04? Will it break anything? Didn't wanted to do without asking you.
I think it won't break
Should we update Linux versions of Build Kernel - ChromeOS ARCVM and Build Kernel - WSA workflows from 20.04 to 22.04? Will it break anything? Didn't wanted to do without asking you.
I think it won't break
Ah, merged, should i create a new pr for it or you will update it?
Should we update Linux versions of Build Kernel - ChromeOS ARCVM and Build Kernel - WSA workflows from 20.04 to 22.04? Will it break anything? Didn't wanted to do without asking you.
I think it won't break
Ah, merged, should i create a new pr for it or you will update it?
You can make a new pr
The apk signature seems broken after this PR
The apk signature seems broken after this PR
Updated from 1.1 to 1.4
https://github.com/LSPosed/LSPlugin/packages/1795939
The apk signature seems broken after this PR
Maybe try version 1.3 or 1.2 instead of reverting back to 1.1 @tiann