Skip to content

Commit 9c16eef

Browse files
sftselucasfernog
andauthored
Update kuchikiki, html5ever, tao, wry, webview2-com (#13629)
* fix: dont depend on private schemars api * tauri-cli/deps: update kuchikiki and html5ever tauri-utils/deps: update kuchikiki and html5ever tauri-runtime-wry/deps: update wry to match kuchikiki and html5ever versions * fix: specify exact patch version of schemars Without this, cargo resolves the patch version of schemars to one that does not include the _private module on which tauri-utils v1 depends, which is a dependency of tauri-cli. As a result of this, the build breaks. * tauri-utils/fix: inline tauri-utils v1 config module * deps: upgrade and pin schemars 0.8.21 to pick up crate patch in Cargo.toml * update tao, wry * lint, license * lint --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
1 parent 3242e1c commit 9c16eef

File tree

22 files changed

+3609
-208
lines changed

22 files changed

+3609
-208
lines changed

.changes/kuchikiki-bump.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri-cli": minor:deps
3+
"@tauri-apps/cli": minor:deps
4+
"tauri-utils": minor:deps
5+
---
6+
7+
Update html5ever to 0.29 and kuchikiki to version 0.8.8-speedreader.

.changes/tao-wry-bump.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": minor:deps
3+
"tauri-runtime-wry": minor:deps
4+
---
5+
6+
Updated tao to 0.34, wry to 0.52 and webview2-com to 0.38.

.changes/x11-feature.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri": minor:feat
3+
"tauri-runtime-wry": minor:feat
4+
---
5+
6+
Added `x11` Cargo feature (enabled by default). Disabling it is useful for apps that only support Wayland, reducing its size.
7+
**NOTE**: When manually disabling tauri default features, you must enable the `x11` feature to support it.

0 commit comments

Comments
 (0)