Skip to content

Commit

Permalink
Merge pull request #1364 from axolotl-chat/dependabot/cargo/tauri-bui…
Browse files Browse the repository at this point in the history
…ld-2.0.0-rc.11

Bump tauri-build from 2.0.0-rc.9 to 2.0.0-rc.11
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
2 parents 5c6ed49 + e2a271f commit 2bdb8ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3"
rust-version = "1.75"

[build-dependencies]
tauri-build = { version = "2.0.0-rc.8", features = [], optional = true }
tauri-build = { version = "2.0.0-rc.11", features = [], optional = true }

[dependencies]
tauri = { version = "2.0.0-rc.10", features = [], optional = true }
Expand Down
20 changes: 10 additions & 10 deletions flatpak/cargo-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -6095,14 +6095,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/tauri-build/tauri-build-2.0.0-rc.9.crate",
"sha256": "7938a610d1474435fa38dfba66c95ce9be7f17b500672b6e00072bca5e52fef3",
"dest": "cargo/vendor/tauri-build-2.0.0-rc.9"
"url": "https://static.crates.io/crates/tauri-build/tauri-build-2.0.0-rc.11.crate",
"sha256": "148441d64674b2885c1ba5baf3ae61662bb8753859ffcfb541962cbc6b847f39",
"dest": "cargo/vendor/tauri-build-2.0.0-rc.11"
},
{
"type": "inline",
"contents": "{\"package\": \"7938a610d1474435fa38dfba66c95ce9be7f17b500672b6e00072bca5e52fef3\", \"files\": {}}",
"dest": "cargo/vendor/tauri-build-2.0.0-rc.9",
"contents": "{\"package\": \"148441d64674b2885c1ba5baf3ae61662bb8753859ffcfb541962cbc6b847f39\", \"files\": {}}",
"dest": "cargo/vendor/tauri-build-2.0.0-rc.11",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down Expand Up @@ -6160,14 +6160,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/tauri-utils/tauri-utils-2.0.0-rc.9.crate",
"sha256": "6746b87c4755f493b94920622e245aef2d771f001ddeffc203e315872d323e1c",
"dest": "cargo/vendor/tauri-utils-2.0.0-rc.9"
"url": "https://static.crates.io/crates/tauri-utils/tauri-utils-2.0.0-rc.11.crate",
"sha256": "3019641087c9039b57ebfca95fa42a93c07056845b7d8d57c8966061bcee83b4",
"dest": "cargo/vendor/tauri-utils-2.0.0-rc.11"
},
{
"type": "inline",
"contents": "{\"package\": \"6746b87c4755f493b94920622e245aef2d771f001ddeffc203e315872d323e1c\", \"files\": {}}",
"dest": "cargo/vendor/tauri-utils-2.0.0-rc.9",
"contents": "{\"package\": \"3019641087c9039b57ebfca95fa42a93c07056845b7d8d57c8966061bcee83b4\", \"files\": {}}",
"dest": "cargo/vendor/tauri-utils-2.0.0-rc.11",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down

0 comments on commit 2bdb8ed

Please sign in to comment.