mirror of
https://github.com/tauri-apps/cef-rs.git
synced 2026-01-31 00:55:21 +01:00
chore: release v140.3.3+140.1.14
This commit is contained in:
committed by
GitHub
parent
f84760af39
commit
1e8760fbe5
@@ -12,7 +12,7 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "140.3.2+140.1.14"
|
||||
version = "140.3.3+140.1.14"
|
||||
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" }
|
||||
cef-dll-sys = { version = "140.3.2", path = "sys" }
|
||||
cef-dll-sys = { version = "140.3.3", path = "sys" }
|
||||
download-cef = { version = "2.2", path = "download-cef" }
|
||||
|
||||
anyhow = "1"
|
||||
|
||||
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [140.3.3+140.1.14](https://github.com/tauri-apps/cef-rs/compare/cef-v140.3.2+140.1.14...cef-v140.3.3+140.1.14) - 2025-10-11
|
||||
|
||||
### Fixed
|
||||
|
||||
- do not impl Default for structs with methods ([#225](https://github.com/tauri-apps/cef-rs/pull/225))
|
||||
|
||||
### Other
|
||||
|
||||
- update bindings
|
||||
|
||||
## [140.3.2+140.1.14](https://github.com/tauri-apps/cef-rs/compare/cef-v140.3.1+140.1.14...cef-v140.3.2+140.1.14) - 2025-10-11
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user