chore(release): update CEF version to 144.0.6

This commit is contained in:
github-actions[bot]
2026-01-22 00:36:52 +00:00
committed by GitHub
parent 00ed6c3098
commit 268cdec50b

View File

@@ -12,7 +12,7 @@ members = [
]
[workspace.package]
version = "143.7.1+143.0.14"
version = "144.0.0+144.0.6"
edition = "2021"
license = "Apache-2.0 OR MIT"
authors = [
@@ -24,7 +24,7 @@ repository = "https://github.com/tauri-apps/cef-rs"
[workspace.dependencies]
cef = { path = "cef", default-features = false }
cef-dll-sys = { version = "143.7.1", path = "sys" }
cef-dll-sys = { version = "144.0.0", path = "sys" }
download-cef = { version = "2.3", path = "download-cef" }
anyhow = "1"