mirror of
https://github.com/tauri-apps/smoke-tests.git
synced 2026-01-31 00:35:18 +01:00
chore(examples) Update Rust Examples (#599)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -11,10 +11,10 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
tauri = { version = "1.0.0-beta-rc.2", features = [ "all-api" ] }
|
||||
tauri = { version = "1.0.0-beta-rc.4", features = [ "all-api" ] }
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = "1.0.0-beta-rc.0"
|
||||
tauri-build = "1.0.0-beta-rc.1"
|
||||
|
||||
[features]
|
||||
default = [ "custom-protocol" ]
|
||||
|
||||
Reference in New Issue
Block a user