Skip to content

Commit

Permalink
tauri build downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 12, 2024
1 parent 60481e0 commit b2a06d2
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 8 deletions.
119 changes: 114 additions & 5 deletions src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rust-version = "1.60"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

# [build-dependencies]
# tauri-build = { version = "1.5.2", features = [] }
[build-dependencies]
tauri-build = { version = "1.3.0", features = [] }

[dependencies]
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pulp",
"version": "1.2.0"
"version": "1.1.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit b2a06d2

Please sign in to comment.