Skip to content

Commit be3de51

Browse files
authored
Desktop: Pin CEF version (#3113)
Fixed CEF cargo dependency so `cargo update` does not update it
1 parent 29684dd commit be3de51

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ iai-callgrind = { version = "0.16" }
181181
ndarray = "0.16"
182182
strum = { version = "0.27", features = ["derive"] }
183183
dirs = "6.0"
184-
cef = "139.0"
184+
cef = "=139.0.1"
185+
cef-dll-sys = "=139.0.1"
185186
include_dir = "0.7"
186187
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
187188
tracing = "0.1"

desktop/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ winit = { workspace = true, features = ["serde"] }
3030
thiserror = { workspace = true }
3131
futures = { workspace = true }
3232
cef = { workspace = true }
33+
cef-dll-sys = { workspace = true }
3334
tracing-subscriber = { workspace = true }
3435
tracing = { workspace = true }
3536
dirs = { workspace = true }

0 commit comments

Comments
 (0)