Skip to content

Commit c966db1

Browse files
189
1 parent 7f3ac79 commit c966db1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cargo-packager-updater: minor
55
cargo-packager-resource-resolver: minor
66
---
77

8-
Added the `rust-version` field to Cargo.toml. The official MSRV of all cargo-packager crate is now `1.88` which may change in non-breaking releases.
8+
Added the `rust-version` field to Cargo.toml. The official MSRV of all cargo-packager crate is now `1.89` which may change in non-breaking releases.

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
sudo apt-get update
102102
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev libxdo-dev
103-
- uses: dtolnay/rust-toolchain@1.88
103+
- uses: dtolnay/rust-toolchain@1.89
104104
- uses: Swatinem/rust-cache@v2
105105
- run: cargo build --all-features --workspace --exclude "examples/*"
106106

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["CrabNebula Ltd."]
1313
edition = "2021"
1414
license = "Apache-2.0 OR MIT"
1515
repository = "https://github.com/crabnebula-dev/cargo-packager"
16-
rust-version = "1.88"
16+
rust-version = "1.89"
1717

1818
[workspace.dependencies]
1919
thiserror = "1.0"

0 commit comments

Comments
 (0)