diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 230c5d5..663b83e 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -10,7 +10,6 @@ on: - develop pull_request: branches: - - main - develop workflow_call: diff --git a/Cargo.toml b/Cargo.toml index 06ab002..02582da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ all-features = true [dependencies] anyhow = "1.0.95" document-features = "0.2.10" -egui = { version = "*", default-features = false, optional = true } # The minimal part of their API we use has been stable +egui = { version = "0.31.0", default-features = false, optional = true } # The minimal part of their API we use has been stable futures = "0.3.28" rand = "0.9.0" reqwest = { version = "0.12.12", default-features = false }