mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
apply version updates (#10903)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
parent
faa259bacf
commit
ffa33cd28a
@ -10,6 +10,7 @@
|
||||
".changes/api-permissions-plugin.md",
|
||||
".changes/append_invoke_initialization_script.md",
|
||||
".changes/asset-resolver-dev-fallback.md",
|
||||
".changes/assets-iter-cow.md",
|
||||
".changes/avoid-rebuilds.md",
|
||||
".changes/brotli-6.md",
|
||||
".changes/bundler-object-custom-sign-command.md",
|
||||
@ -112,6 +113,7 @@
|
||||
".changes/update-docs-icon-path.md",
|
||||
".changes/update-pbxproj-codesign.md",
|
||||
".changes/update-tao-wry.md",
|
||||
".changes/update-trayicon-infer-urlpattern-image.md",
|
||||
".changes/update-wry.md",
|
||||
".changes/utils-autogenerated-command-return-list.md",
|
||||
".changes/utils-fix-plugin-reference.md",
|
||||
|
42
Cargo.lock
generated
42
Cargo.lock
generated
@ -14,7 +14,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"serde_json",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -7006,7 +7006,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "tauri"
|
||||
version = "2.0.0-rc.9"
|
||||
version = "2.0.0-rc.10"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
@ -7048,7 +7048,7 @@ dependencies = [
|
||||
"tauri-macros",
|
||||
"tauri-runtime",
|
||||
"tauri-runtime-wry",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
@ -7064,7 +7064,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-build"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_toml",
|
||||
@ -7078,7 +7078,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri-codegen",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"tauri-winres",
|
||||
"toml 0.8.19",
|
||||
"walkdir",
|
||||
@ -7086,7 +7086,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-bundler"
|
||||
version = "2.0.1-rc.8"
|
||||
version = "2.0.1-rc.9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ar",
|
||||
@ -7115,7 +7115,7 @@ dependencies = [
|
||||
"tar",
|
||||
"tauri-icns",
|
||||
"tauri-macos-sign",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time",
|
||||
@ -7129,7 +7129,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-cli"
|
||||
version = "2.0.0-rc.10"
|
||||
version = "2.0.0-rc.11"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ar",
|
||||
@ -7193,7 +7193,7 @@ dependencies = [
|
||||
"tauri-icns",
|
||||
"tauri-macos-sign",
|
||||
"tauri-utils 1.6.0",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"toml 0.8.19",
|
||||
@ -7217,7 +7217,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-codegen"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"brotli",
|
||||
@ -7233,7 +7233,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"syn 2.0.76",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"thiserror",
|
||||
"time",
|
||||
"url",
|
||||
@ -7298,19 +7298,19 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-macros"
|
||||
version = "2.0.0-rc.7"
|
||||
version = "2.0.0-rc.8"
|
||||
dependencies = [
|
||||
"heck 0.5.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.76",
|
||||
"tauri-codegen",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"glob",
|
||||
@ -7318,7 +7318,7 @@ dependencies = [
|
||||
"schemars",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"toml 0.8.19",
|
||||
"walkdir",
|
||||
]
|
||||
@ -7336,7 +7336,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-runtime"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
dependencies = [
|
||||
"dpi",
|
||||
"gtk",
|
||||
@ -7345,7 +7345,7 @@ dependencies = [
|
||||
"raw-window-handle",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"thiserror",
|
||||
"url",
|
||||
"windows 0.58.0",
|
||||
@ -7353,7 +7353,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-runtime-wry"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
dependencies = [
|
||||
"cocoa",
|
||||
"gtk",
|
||||
@ -7365,7 +7365,7 @@ dependencies = [
|
||||
"softbuffer",
|
||||
"tao",
|
||||
"tauri-runtime",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"tracing",
|
||||
"url",
|
||||
"webkit2gtk",
|
||||
@ -7381,7 +7381,7 @@ dependencies = [
|
||||
"schemars",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri-utils 2.0.0-rc.8",
|
||||
"tauri-utils 2.0.0-rc.9",
|
||||
"url",
|
||||
]
|
||||
|
||||
@ -7418,7 +7418,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-utils"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"brotli",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.9]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
- Upgraded to `tauri-codegen@2.0.0-rc.9`
|
||||
|
||||
## \[2.0.0-rc.8]
|
||||
|
||||
### Dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-build"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
description = "build time code to pair with https://crates.io/crates/tauri"
|
||||
exclude = ["CHANGELOG.md", "/target"]
|
||||
readme = "README.md"
|
||||
@ -28,8 +28,8 @@ rustdoc-args = ["--cfg", "docsrs"]
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
quote = { version = "1", optional = true }
|
||||
tauri-codegen = { version = "2.0.0-rc.8", path = "../tauri-codegen", optional = true }
|
||||
tauri-utils = { version = "2.0.0-rc.8", path = "../tauri-utils", features = [
|
||||
tauri-codegen = { version = "2.0.0-rc.9", path = "../tauri-codegen", optional = true }
|
||||
tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils", features = [
|
||||
"build",
|
||||
"resources",
|
||||
] }
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.1-rc.9]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
|
||||
## \[2.0.1-rc.8]
|
||||
|
||||
### Dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-bundler"
|
||||
version = "2.0.1-rc.8"
|
||||
version = "2.0.1-rc.9"
|
||||
authors = [
|
||||
"George Burton <burtonageo@gmail.com>",
|
||||
"Tauri Programme within The Commons Conservancy",
|
||||
@ -15,7 +15,7 @@ rust-version = "1.71"
|
||||
exclude = ["CHANGELOG.md", "/target", "rustfmt.toml"]
|
||||
|
||||
[dependencies]
|
||||
tauri-utils = { version = "2.0.0-rc.8", path = "../tauri-utils", features = [
|
||||
tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils", features = [
|
||||
"resources",
|
||||
] }
|
||||
image = "0.25.0"
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.11]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
- Upgraded to `tauri-bundler@2.0.1-rc.9`
|
||||
|
||||
## \[2.0.0-rc.10]
|
||||
|
||||
### Enhancements
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-cli"
|
||||
version = "2.0.0-rc.10"
|
||||
version = "2.0.0-rc.11"
|
||||
authors = ["Tauri Programme within The Commons Conservancy"]
|
||||
edition = "2021"
|
||||
rust-version = "1.71"
|
||||
@ -47,7 +47,7 @@ sublime_fuzzy = "0.7"
|
||||
clap_complete = "4"
|
||||
clap = { version = "4.5", features = ["derive", "env"] }
|
||||
anyhow = "1.0"
|
||||
tauri-bundler = { version = "2.0.1-rc.8", default-features = false, path = "../tauri-bundler" }
|
||||
tauri-bundler = { version = "2.0.1-rc.9", default-features = false, path = "../tauri-bundler" }
|
||||
colored = "2.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
@ -57,7 +57,7 @@ shared_child = "1.0"
|
||||
duct = "0.13"
|
||||
toml_edit = { version = "0.22", features = ["serde"] }
|
||||
json-patch = "2.0"
|
||||
tauri-utils = { version = "2.0.0-rc.8", path = "../tauri-utils", features = [
|
||||
tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils", features = [
|
||||
"isolation",
|
||||
"schema",
|
||||
"config-json5",
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"cli.js": {
|
||||
"version": "2.0.0-rc.11",
|
||||
"version": "2.0.0-rc.12",
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"tauri": "2.0.0-rc.9",
|
||||
"tauri-build": "2.0.0-rc.8",
|
||||
"tauri-plugin": "2.0.0-rc.8"
|
||||
"tauri": "2.0.0-rc.10",
|
||||
"tauri-build": "2.0.0-rc.9",
|
||||
"tauri-plugin": "2.0.0-rc.9"
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.9]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
|
||||
## \[2.0.0-rc.8]
|
||||
|
||||
### What's Changed
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-codegen"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
|
||||
exclude = ["CHANGELOG.md", "/target"]
|
||||
readme = "README.md"
|
||||
@ -20,7 +20,7 @@ quote = "1"
|
||||
syn = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tauri-utils = { version = "2.0.0-rc.8", path = "../tauri-utils", features = [
|
||||
tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils", features = [
|
||||
"build",
|
||||
] }
|
||||
thiserror = "1"
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.8]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
- Upgraded to `tauri-codegen@2.0.0-rc.9`
|
||||
|
||||
## \[2.0.0-rc.7]
|
||||
|
||||
### Dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-macros"
|
||||
version = "2.0.0-rc.7"
|
||||
version = "2.0.0-rc.8"
|
||||
description = "Macros for the tauri crate."
|
||||
exclude = ["CHANGELOG.md", "/target"]
|
||||
readme = "README.md"
|
||||
@ -20,8 +20,8 @@ proc-macro2 = { version = "1", features = ["span-locations"] }
|
||||
quote = "1"
|
||||
syn = { version = "2", features = ["full"] }
|
||||
heck = "0.5"
|
||||
tauri-codegen = { version = "2.0.0-rc.8", default-features = false, path = "../tauri-codegen" }
|
||||
tauri-utils = { version = "2.0.0-rc.8", path = "../tauri-utils" }
|
||||
tauri-codegen = { version = "2.0.0-rc.9", default-features = false, path = "../tauri-codegen" }
|
||||
tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils" }
|
||||
|
||||
[features]
|
||||
custom-protocol = []
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.9]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
|
||||
## \[2.0.0-rc.8]
|
||||
|
||||
### Dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-plugin"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
description = "Build script and runtime Tauri plugin definitions"
|
||||
authors.workspace = true
|
||||
homepage.workspace = true
|
||||
@ -30,7 +30,7 @@ runtime = []
|
||||
[dependencies]
|
||||
anyhow = { version = "1", optional = true }
|
||||
serde = { version = "1", optional = true }
|
||||
tauri-utils = { version = "2.0.0-rc.8", default-features = false, features = [
|
||||
tauri-utils = { version = "2.0.0-rc.9", default-features = false, features = [
|
||||
"build",
|
||||
], path = "../tauri-utils" }
|
||||
serde_json = { version = "1", optional = true }
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.9]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
- Upgraded to `tauri-runtime@2.0.0-rc.9`
|
||||
|
||||
## \[2.0.0-rc.8]
|
||||
|
||||
### Dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-runtime-wry"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
description = "Wry bindings to the Tauri runtime"
|
||||
exclude = ["CHANGELOG.md", "/target"]
|
||||
readme = "README.md"
|
||||
@ -24,8 +24,8 @@ wry = { version = "0.43.1", default-features = false, features = [
|
||||
"linux-body",
|
||||
] }
|
||||
tao = { version = "0.30", default-features = false, features = ["rwh_06"] }
|
||||
tauri-runtime = { version = "2.0.0-rc.8", path = "../tauri-runtime" }
|
||||
tauri-utils = { version = "2.0.0-rc.8", path = "../tauri-utils" }
|
||||
tauri-runtime = { version = "2.0.0-rc.9", path = "../tauri-runtime" }
|
||||
tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils" }
|
||||
raw-window-handle = "0.6"
|
||||
http = "1.1"
|
||||
url = "2"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.9]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
|
||||
## \[2.0.0-rc.8]
|
||||
|
||||
### Dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-runtime"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
description = "Runtime for Tauri applications"
|
||||
exclude = ["CHANGELOG.md", "/target"]
|
||||
readme = "README.md"
|
||||
@ -29,7 +29,7 @@ targets = [
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
tauri-utils = { version = "2.0.0-rc.8", path = "../tauri-utils" }
|
||||
tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils" }
|
||||
http = "1.1"
|
||||
raw-window-handle = "0.6"
|
||||
url = { version = "2" }
|
||||
|
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.9]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- [`d9c8d3cc8`](https://www.github.com/tauri-apps/tauri/commit/d9c8d3cc8d5ca67cd767ffc7a521f801b41ce201) ([#10902](https://www.github.com/tauri-apps/tauri/pull/10902) by [@Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Update infer to 0.16, tray icon to 0.17, urlpattern to 0.3, image to 0.25
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- [`faa259bac`](https://www.github.com/tauri-apps/tauri/commit/faa259bacf1ace670af763982c6903190faf163a) ([#10907](https://www.github.com/tauri-apps/tauri/pull/10907) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) The `Assets::iter` function now must return a iterator with `Item = (Cow<'_, str>, Cow<'_, [u8]>)` to be more flexible on contexts where the assets are not `'static`.
|
||||
|
||||
## \[2.0.0-rc.8]
|
||||
|
||||
### Enhancements
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-utils"
|
||||
version = "2.0.0-rc.8"
|
||||
version = "2.0.0-rc.9"
|
||||
description = "Utilities for Tauri"
|
||||
exclude = ["CHANGELOG.md", "/target"]
|
||||
readme = "README.md"
|
||||
|
@ -1,5 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.10]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-utils@2.0.0-rc.9`
|
||||
- Upgraded to `tauri-runtime@2.0.0-rc.9`
|
||||
- Upgraded to `tauri-runtime-wry@2.0.0-rc.9`
|
||||
- Upgraded to `tauri-macros@2.0.0-rc.8`
|
||||
- Upgraded to `tauri-build@2.0.0-rc.9`
|
||||
- [`d9c8d3cc8`](https://www.github.com/tauri-apps/tauri/commit/d9c8d3cc8d5ca67cd767ffc7a521f801b41ce201) ([#10902](https://www.github.com/tauri-apps/tauri/pull/10902) by [@Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Update infer to 0.16, tray icon to 0.17, urlpattern to 0.3, image to 0.25
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- [`faa259bac`](https://www.github.com/tauri-apps/tauri/commit/faa259bacf1ace670af763982c6903190faf163a) ([#10907](https://www.github.com/tauri-apps/tauri/pull/10907) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) The `Assets::iter` function now must return a iterator with `Item = (Cow<'_, str>, Cow<'_, [u8]>)` to be more flexible on contexts where the assets are not `'static`.
|
||||
|
||||
## \[2.0.0-rc.9]
|
||||
|
||||
### New Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri"
|
||||
version = "2.0.0-rc.9"
|
||||
version = "2.0.0-rc.10"
|
||||
description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
||||
exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"]
|
||||
readme = "README.md"
|
||||
@ -57,12 +57,12 @@ uuid = { version = "1", features = ["v4"], optional = true }
|
||||
url = "2"
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
tauri-runtime = { version = "2.0.0-rc.8", path = "../tauri-runtime" }
|
||||
tauri-macros = { version = "2.0.0-rc.7", path = "../tauri-macros" }
|
||||
tauri-utils = { version = "2.0.0-rc.8", features = [
|
||||
tauri-runtime = { version = "2.0.0-rc.9", path = "../tauri-runtime" }
|
||||
tauri-macros = { version = "2.0.0-rc.8", path = "../tauri-macros" }
|
||||
tauri-utils = { version = "2.0.0-rc.9", features = [
|
||||
"resources",
|
||||
], path = "../tauri-utils" }
|
||||
tauri-runtime-wry = { version = "2.0.0-rc.8", path = "../tauri-runtime-wry", optional = true }
|
||||
tauri-runtime-wry = { version = "2.0.0-rc.9", path = "../tauri-runtime-wry", optional = true }
|
||||
getrandom = "0.2"
|
||||
serde_repr = "0.1"
|
||||
state = "0.6"
|
||||
@ -126,8 +126,8 @@ swift-rs = "1.0.7"
|
||||
|
||||
[build-dependencies]
|
||||
heck = "0.5"
|
||||
tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-rc.8" }
|
||||
tauri-utils = { path = "../tauri-utils/", version = "2.0.0-rc.8", features = [
|
||||
tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-rc.9" }
|
||||
tauri-utils = { path = "../tauri-utils/", version = "2.0.0-rc.9", features = [
|
||||
"build",
|
||||
] }
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.12]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `tauri-cli@2.0.0-rc.11`
|
||||
|
||||
## \[2.0.0-rc.11]
|
||||
|
||||
### Enhancements
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tauri-apps/cli",
|
||||
"version": "2.0.0-rc.11",
|
||||
"version": "2.0.0-rc.12",
|
||||
"description": "Command line interface for building Tauri apps",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
Loading…
Reference in New Issue
Block a user