Skip to content

Commit 8e7b958

Browse files
committed
fix: cef version
1 parent 778a6fd commit 8e7b958

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ For detailed build instructions, see [CONTRIBUTING.md](CONTRIBUTING.md#developme
187187
export-cef-dir --version "$CEF_VERSION" --force "$CEF_PATH"
188188
```
189189

190-
`CEF_VERSION` is pinned in `mise.toml` to the CEF runtime build version from the resolved `cef` / `cef-dll-sys` crate in `Cargo.lock`. For example, crate version `148.2.0+148.0.8` uses CEF runtime `148.0.8`.
190+
`CEF_VERSION` is pinned in `mise.toml` to the CEF runtime build version from the resolved `cef` / `cef-dll-sys` crate in `Cargo.lock`. For example, crate version `148.4.0+148.0.10` uses CEF runtime `148.0.10`.
191191

192192
4. **Build**:
193193
```bash

docs/api/compatibility-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This matrix summarizes the expected rendering mode behavior for each platform/ba
44

55
## Version Baseline
66

7-
Current builds are based on the Rust `cef` / `cef-dll-sys` crates resolved as `148.2.0+148.0.8` in `Cargo.lock`. The matching CEF runtime version is pinned as `CEF_VERSION` in `mise.toml`; use it when installing CEF binaries manually:
7+
Current builds are based on the Rust `cef` / `cef-dll-sys` crates resolved as `148.4.0+148.0.10` in `Cargo.lock`. The matching CEF runtime version is pinned as `CEF_VERSION` in `mise.toml`; use it when installing CEF binaries manually:
88

99
```bash
1010
export CEF_PATH="$HOME/.local/share/cef"

docs/zh_CN/api/compatibility-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 版本基线
66

7-
当前构建基于 `Cargo.lock` 中解析到的 Rust `cef` / `cef-dll-sys` crate 版本:`148.2.0+148.0.8`。匹配的 CEF 运行时版本已在 `mise.toml` 中固定为 `CEF_VERSION`;手动安装 CEF 二进制文件时请使用它:
7+
当前构建基于 `Cargo.lock` 中解析到的 Rust `cef` / `cef-dll-sys` crate 版本:`148.4.0+148.0.10`。匹配的 CEF 运行时版本已在 `mise.toml` 中固定为 `CEF_VERSION`;手动安装 CEF 二进制文件时请使用它:
88

99
```bash
1010
export CEF_PATH="$HOME/.local/share/cef"

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
rust = { version = "nightly", components = "rustfmt,clippy" }
77
node = "24.16.0"
88
pnpm = "11.3.0"
9-
"cargo:export-cef-dir" = "148.2.0+148.0.8"
9+
"cargo:export-cef-dir" = "148.4.0+148.0.10"
1010

1111
[env]
1212
# Keep this in sync with the resolved cef / cef-dll-sys version in Cargo.lock,
1313
# using the CEF runtime build version after the '+'.
14-
CEF_VERSION = "148.0.8"
14+
CEF_VERSION = "148.0.10"

0 commit comments

Comments
 (0)