Skip to content

Commit

Permalink
Merge pull request #1415 from ealmloff/pin-tauri-deps
Browse files Browse the repository at this point in the history
Pin Tauri dependencies to a minor version
  • Loading branch information
jkelleyrtp authored Sep 4, 2023
2 parents 95887e8 + bc94f36 commit 4009064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ cargo-generate = "0.18"
toml_edit = "0.19.11"

# bundling
tauri-bundler = { version = "1.2", features = ["native-tls-vendored"] }
tauri-utils = "1.3"
tauri-bundler = { version = "1.3.0", features = ["native-tls-vendored"] }
tauri-utils = "=1.4.*"

dioxus-autofmt = { workspace = true }
dioxus-check = { workspace = true }
Expand Down

0 comments on commit 4009064

Please sign in to comment.