Skip to content

Commit

Permalink
chore(examples) Update Rust Deps to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent e9b6399 commit de15b8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions transpiled/flutter/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ edition = "2018"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.0.0-beta-rc.4", features = [ "all-api" ] }
tauri = { version = "2.0.0", features = [ "all-api" ] }

[build-dependencies]
tauri-build = "1.0.0-beta-rc.1"
tauri-build = "2.0.0"

[features]
default = [ "custom-protocol" ]
Expand Down
4 changes: 2 additions & 2 deletions transpiled/mint-tauri-starter/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ edition = "2018"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.0.0-beta-rc.4", features = [ "all-api" ] }
tauri = { version = "2.0.0", features = [ "all-api" ] }

[build-dependencies]
tauri-build = "1.0.0-beta-rc.1"
tauri-build = "2.0.0"

[features]
default = [ "custom-protocol" ]
Expand Down
4 changes: 2 additions & 2 deletions transpiled/reason-react/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ edition = "2018"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.0.0-beta-rc.4", features = [ "all-api" ] }
tauri = { version = "2.0.0", features = [ "all-api" ] }

[build-dependencies]
tauri-build = "1.0.0-beta-rc.1"
tauri-build = "2.0.0"

[features]
default = [ "custom-protocol" ]
Expand Down

0 comments on commit de15b8a

Please sign in to comment.