Desktop: Pin CEF version (#3113)

Fixed CEF cargo dependency so `cargo update` does not update it
This commit is contained in:
Firestar99
2025-08-31 12:22:34 +02:00
committed by GitHub
parent 29684dde45
commit be3de511f2
3 changed files with 8 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ winit = { workspace = true, features = ["serde"] }
thiserror = { workspace = true }
futures = { workspace = true }
cef = { workspace = true }
cef-dll-sys = { workspace = true }
tracing-subscriber = { workspace = true }
tracing = { workspace = true }
dirs = { workspace = true }