From c2d85bae03b83c975b8afba1abedb500086abcbd Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:58:45 -0500 Subject: [PATCH 1/2] chore: specific version egui as * denied crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } From 4a69dcd6ba3d16e354c1f746a62a8dc7848641b2 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:34:46 -0500 Subject: [PATCH 2/2] ci: stop duplicate job runs --- .github/workflows/general.yml | 1 - 1 file changed, 1 deletion(-) 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: