diff --git a/Cargo.toml b/Cargo.toml index 17124e77..9d158c86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ resolver = "2" members = ["crates/*", "apps/gpclient", "apps/gpservice", "apps/gpauth", "apps/gpgui-helper/src-tauri"] [workspace.package] +rust-version = "1.70" version = "2.0.0" authors = ["Kevin Yue "] homepage = "https://github.com/yuezk/GlobalProtect-openconnect" diff --git a/packaging/deb/control b/packaging/deb/control index c9afab43..d4b0ab3d 100644 --- a/packaging/deb/control +++ b/packaging/deb/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Kevin Yue Standards-Version: 4.1.4 -Build-Depends: debhelper (>= 9), pkg-config, rust (>= 1.74), cargo (>= 1.74), jq (>= 1), make (>= 4), openconnect (>= 8.20), libxml2, libsecret-1-0, libayatana-appindicator3-1, libwebkit2gtk-4.0-37, libgtk-3-0, gnome-keyring +Build-Depends: debhelper (>= 9), pkg-config, rust-all (>= 1.70), jq (>= 1), make (>= 4), openconnect (>= 8.20), libxml2, libsecret-1-0, libayatana-appindicator3-1, libwebkit2gtk-4.0-37, libgtk-3-0, gnome-keyring Homepage: https://github.com/yuezk/GlobalProtect-openconnect Package: globalprotect-openconnect