mirror of
https://github.com/tauri-apps/tauri-plugin-localhost.git
synced 2026-02-04 02:31:23 +01:00
chore: change tauri to 1.0
This commit is contained in:
@@ -8,6 +8,6 @@ rust-version = "1.56"
|
||||
exclude = ["/examples"]
|
||||
|
||||
[dependencies]
|
||||
tauri = "1.0.0"
|
||||
tauri = "1.0"
|
||||
serde_json = "1.0"
|
||||
tiny_http = "0.11"
|
||||
|
||||
1008
examples/vanilla/src-tauri/Cargo.lock
generated
1008
examples/vanilla/src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -10,12 +10,12 @@ rust-version = "1.56"
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
tauri = { version = "1.0.0-rc.6", features = [ "api-all" ] }
|
||||
tauri = { version = "1.0", features = [ "api-all" ] }
|
||||
tauri-plugin-localhost = { path = "../../../" }
|
||||
portpicker = "0.1"
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "1.0.0-rc.5" }
|
||||
tauri-build = { version = "1.0" }
|
||||
|
||||
[features]
|
||||
default = [ "custom-protocol" ]
|
||||
|
||||
@@ -26,13 +26,11 @@
|
||||
"shortDescription": "",
|
||||
"longDescription": "",
|
||||
"deb": {
|
||||
"depends": [],
|
||||
"useBootstrapper": false
|
||||
"depends": []
|
||||
},
|
||||
"macOS": {
|
||||
"frameworks": [],
|
||||
"minimumSystemVersion": "",
|
||||
"useBootstrapper": false,
|
||||
"exceptionDomain": "",
|
||||
"signingIdentity": null,
|
||||
"entitlements": null
|
||||
|
||||
Reference in New Issue
Block a user