Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 397 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (483 crate dependencies)
[0.3.0]
- Replace
WindowBuilder
'shas_menu
withget_menu
. - The
run_return
API is now available on Linux. - Add
Menu::with_items
constructor, taking an iterator ofMenuEntry
. - Change event loop callbacks definition to allow callers to move in mutable values.
- Added
any_thread
constructor on theRuntime
trait (only possible on Linux and Windows). - Added
run_on_main_thread
API onRuntimeHandle
. - Breaking change: Renamed the
RPC
interface toIPC
. - Added
open_devtools
to theDispatcher
trait. - The minimum Rust version is now
1.56
. - The window label is now validated and must be alphanumeric, resulting in a panic if it isn't.
- Added
clipboard
field on theWebviewAttributes
struct, which must be set totrue
to enable clipboard access on the webview. - Replace all of the
winapi
crate references with thewindows
crate, and replacewebview2
andwebview2-sys
withwebview2-com
andwebview2-com-sys
built with thewindows
crate. This goes along with updates to the TAO and WRYnext
branches. - Update the
windows
crate to 0.25.0, which comes with pre-built libraries. WRY and Tao can both reference the same types directly from thewindows
crate instead of sharing bindings inwebview2-com-sys
.
Cargo Publish
Updating crates.io index
Packaging tauri-runtime v0.3.0 (/home/runner/work/tauri/tauri/core/tauri-runtime)
Uploading tauri-runtime v0.3.0 (/home/runner/work/tauri/tauri/core/tauri-runtime)