[2.1.1]
- Add an optimized macOS icon so that building from a template doesn't cause errors.
- Fix solid template IDE type errors by changing
className
toclass
- Fixed yew template "beforeDevCommand" from "trunk build" to "trunk serve". Before when you called "tauri dev" infinite loop will occur waiting for dev server to become available at "http://localhost:1420".
- Changed "withGlobalTauri" for yew template from "false" to "true" so example frontend can actually "invoke" backend methods
Cargo Publish
Updating crates.io index
Packaging create-tauri-app v2.1.1 (/home/runner/work/create-tauri-app/create-tauri-app/packages/cli)
Verifying create-tauri-app v2.1.1 (/home/runner/work/create-tauri-app/create-tauri-app/packages/cli)
Downloading crates ...
Downloaded cfg-if v1.0.0
Downloaded proc-macro-hack v0.5.19
Downloaded opaque-debug v0.3.0
Downloaded same-file v1.0.6
Downloaded quote v1.0.21
Downloaded sha2 v0.9.9
Downloaded terminal_size v0.1.17
Downloaded unicode-ident v1.0.3
Downloaded walkdir v2.3.2
Downloaded shellexpand v2.1.2
Downloaded remove_dir_all v0.5.3
Downloaded once_cell v1.13.1
Downloaded rust-embed-impl v6.2.0
Downloaded rle-decode-fast v1.0.3
Downloaded tempfile v3.3.0
Downloaded block-buffer v0.9.0
Downloaded lazy_static v1.4.0
Downloaded zeroize v1.5.7
Downloaded include-flate-codegen-exports v0.1.4
Downloaded fastrand v1.8.0
Downloaded dirs-sys v0.3.7
Downloaded pico-args v0.5.0
Downloaded dialoguer v0.10.2
Downloaded crc32fast v1.3.2
Downloaded libflate v1.2.0
Downloaded rust-embed-utils v7.2.0
Downloaded rust-embed v6.4.0
Downloaded console v0.15.1
Downloaded libc v0.2.132
Downloaded include-flate v0.1.4
Downloaded anyhow v1.0.62
Downloaded dirs v4.0.0
Downloaded include-flate-codegen v0.1.4
Downloaded generic-array v0.14.6
Downloaded digest v0.9.0
Downloaded cpufeatures v0.2.4
Downloaded proc-macro2 v1.0.43
Downloaded libflate_lz77 v1.1.0
Downloaded adler32 v1.2.0
Downloaded version_check v0.9.4
Downloaded unicode-width v0.1.9
Downloaded typenum v1.15.0
Downloaded syn v1.0.99
Compiling libc v0.2.132
Compiling cfg-if v1.0.0
Compiling proc-macro2 v1.0.43
Compiling typenum v1.15.0
Compiling version_check v0.9.4
Compiling quote v1.0.21
Compiling unicode-ident v1.0.3
Compiling crc32fast v1.3.2
Compiling syn v1.0.99
Compiling proc-macro-hack v0.5.19
Compiling rle-decode-fast v1.0.3
Compiling adler32 v1.2.0
Compiling opaque-debug v0.3.0
Compiling same-file v1.0.6
Compiling cpufeatures v0.2.4
Compiling unicode-width v0.1.9
Compiling fastrand v1.8.0
Compiling remove_dir_all v0.5.3
Compiling once_cell v1.13.1
Compiling anyhow v1.0.62
Compiling lazy_static v1.4.0
Compiling zeroize v1.5.7
Compiling pico-args v0.5.0
Compiling generic-array v0.14.6
Compiling libflate_lz77 v1.1.0
Compiling walkdir v2.3.2
Compiling dirs-sys v0.3.7
Compiling terminal_size v0.1.17
Compiling tempfile v3.3.0
Compiling libflate v1.2.0
Compiling dirs v4.0.0
Compiling console v0.15.1
Compiling digest v0.9.0
Compiling block-buffer v0.9.0
Compiling shellexpand v2.1.2
Compiling dialoguer v0.10.2
Compiling sha2 v0.9.9
Compiling rust-embed-utils v7.2.0
Compiling include-flate-codegen v0.1.4
Compiling rust-embed-impl v6.2.0
Compiling include-flate-codegen-exports v0.1.4
Compiling include-flate v0.1.4
Compiling rust-embed v6.4.0
Compiling create-tauri-app v2.1.1 (/home/runner/work/create-tauri-app/create-tauri-app/target/package/create-tauri-app-2.1.1)
Finished dev [unoptimized + debuginfo] target(s) in 21.90s
Uploading create-tauri-app v2.1.1 (/home/runner/work/create-tauri-app/create-tauri-app/packages/cli)