Skip to content

Commit

Permalink
chore: lock tauri example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Sep 6, 2023
1 parent bb6470a commit da970b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions examples/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ format = ["nsis"]
product-name = "Tauri example"

[build-dependencies]
tauri-build = { version = "2.0.0-alpha", features = [] }
tauri-build = { version = "=2.0.0-alpha.7", features = [] }

[dependencies]
tauri = { version = "2.0.0-alpha" }
tauri = { version = "=2.0.0-alpha.10", features = [] }
tauri-macros = "=2.0.0-alpha.6"
serde.workspace = true
serde_json.workspace = true

Expand Down

0 comments on commit da970b9

Please sign in to comment.