Skip to content

Commit c2d85ba

Browse files
committed
chore: specific version egui as * denied crates.io
1 parent 80df840 commit c2d85ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all-features = true
1919
[dependencies]
2020
anyhow = "1.0.95"
2121
document-features = "0.2.10"
22-
egui = { version = "*", default-features = false, optional = true } # The minimal part of their API we use has been stable
22+
egui = { version = "0.31.0", default-features = false, optional = true } # The minimal part of their API we use has been stable
2323
futures = "0.3.28"
2424
rand = "0.9.0"
2525
reqwest = { version = "0.12.12", default-features = false }

0 commit comments

Comments
 (0)