cli.rs v1.0.0-rc.5
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 (482 crate dependencies)
[1.0.0-rc.5]
- Allow passing arguments to the
buildrunner (tauri build -- <ARGS>...). - Improve error message when the dev runner command fails.
- Increase
tauri.conf.jsondirectory lookup depth to3and allow changing it with theTAURI_PATH_DEPTHenvironment variable. - Added
tauri-build,taoandwryversion to theinfocommand output. - Breaking change: The extra arguments passed to
tauri devusing-- <ARGS>...are now propagated to the runner (defaults to cargo). To pass arguments to your binary using Cargo, you now need to runtauri dev -- -- <ARGS-TO-YOUR-BINARY>...(notice the double--). - Change the
inittemplate configuration to disable CSP for better usability for new users.
Cargo Publish
Updating crates.io index
Packaging tauri-cli v1.0.0-rc.5 (/home/runner/work/tauri/tauri/tooling/cli)
Uploading tauri-cli v1.0.0-rc.5 (/home/runner/work/tauri/tauri/tooling/cli)