Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mullvad/mullvadvpn-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1afc2fe3ce2163589c30317bc72c362ca8fd96a
Choose a base ref
..
head repository: mullvad/mullvadvpn-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18e21fa49287f17fadc0b77093db4452659043f7
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/desktop-e2e.yml
  2. +1 −1 talpid-tunnel-config-client/Cargo.toml
2 changes: 1 addition & 1 deletion .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- name: Generate matrix for Linux builds
shell: bash
run: |
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","fedora38","fedora37","fedora36"]'
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","fedora39","fedora38","fedora37","fedora36"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then
2 changes: 1 addition & 1 deletion talpid-tunnel-config-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ talpid-types = { path = "../talpid-types" }
tonic = { workspace = true }
tower = { workspace = true }
prost = { workspace = true }
tokio = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
classic-mceliece-rust = { version = "2.0.0", features = ["mceliece460896f", "zeroize"] }
pqc_kyber = { version = "0.4.0", features = ["std", "kyber1024", "zeroize"] }
zeroize = "1.5.7"