Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update Rust crate tauri to 1.0.0-rc.3 (#1181)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tauri](https://crates.io/crates/tauri) | dependencies | patch | `1.0.0-rc.2` -> `1.0.0-rc.3` |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1181
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and 6543 committed Feb 25, 2022
1 parent 65c8013 commit 141aa42
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 deletions frontend/src-tauri/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 frontend/src-tauri/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ log = "0.4.14"
logger = { path = "../../crates/logger/" }
search = { path = "../../crates/search/" }
serde_json = "1.0.79"
tauri = { version = "1.0.0-rc.2", features = ["api-all"] }
tauri = { version = "1.0.0-rc.3", features = ["api-all"] }
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../../crates/types" }

Expand Down

0 comments on commit 141aa42

Please sign in to comment.