Skip to content

Commit 104b90b

Browse files
committed
workspace: MSRV 1.78 -> 1.81
CI is failing due to something in the snafu crate. Unsure what that's about. Let's just upgrade the MSRV to wallpaper over it.
1 parent af5d368 commit 104b90b

File tree

10 files changed

+10
-8
lines changed

10 files changed

+10
-8
lines changed

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: indygreg/actions/.github/workflows/rust-workspace-build-and-test.yml@10a44fe88eeb39ae10b317766e420dfa0898d183
1414
with:
1515
actions_ref: "10a44fe88eeb39ae10b317766e420dfa0898d183"
16-
msrv: "1.78.0"
16+
msrv: "1.81.0"
1717
sccache_s3_bucket: apple-platform-rs-sccache
1818
no_default_features: true
1919
secrets:

app-store-connect/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
Released on ReleaseDate.
88

9+
* MSRV 1.78 -> 1.81.
910
* `clap` 4.4 -> 4.5.
1011
* `jsonwebtoken` 9.2 -> 9.3.
1112

app-store-connect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "app-store-connect"
33
version = "0.6.0"
44
edition = "2021"
5-
rust-version = "1.78"
5+
rust-version = "1.81"
66
license = "Apache-2.0 OR MIT"
77
description = "Apple App Store Connect API and client"
88
keywords = ["apple"]

apple-bom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "apple-bom"
33
version = "0.3.0"
44
authors = ["Gregory Szorc <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.78"
6+
rust-version = "1.81"
77
license = "MIT OR Apache-2.0"
88
description = "Apple Bill of Materials (BOM) data format"
99
keywords = ["bom", "apple", "macos", "pkg"]

apple-bundles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "apple-bundles"
33
version = "0.20.0"
44
authors = ["Gregory Szorc <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.78"
6+
rust-version = "1.81"
77
license = "MPL-2.0"
88
description = "Interface with Apple bundle primitives"
99
keywords = ["apple", "macos", "bundle", "appbundle"]

apple-codesign/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
Released on ReleaseDate.
88

9+
* MSRV 1.78 -> 1.81.
910
* `aws-sdk-s3` 1.24 -> 1.59.
1011
* `clap` 4.4 -> 4.5.
1112

apple-codesign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "apple-codesign"
33
version = "0.28.0"
44
authors = ["Gregory Szorc <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.78"
6+
rust-version = "1.81"
77
license = "MPL-2.0"
88
description = "Pure Rust interface to code signing on Apple platforms"
99
keywords = ["apple", "macos", "codesign"]

apple-dmg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "apple-dmg"
33
version = "0.5.0"
44
edition = "2021"
5-
rust-version = "1.78"
5+
rust-version = "1.81"
66
description = "Library for reading and writing dmg images."
77
repository = "https://github.com/indygreg/apple-platform-rs"
88
license = "Apache-2.0 OR MIT"

apple-flat-package/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "apple-flat-package"
33
version = "0.19.0"
44
authors = ["Gregory Szorc <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.78"
6+
rust-version = "1.81"
77
license = "MPL-2.0"
88
description = "Apple flat package (.pkg) format handling"
99
keywords = ["apple", "flat-package", "pkgbuild", "pkg", "productbuild"]

apple-xar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "apple-xar"
33
version = "0.19.0"
44
authors = ["Gregory Szorc <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.78"
6+
rust-version = "1.81"
77
license = "MPL-2.0"
88
description = "XAR archive reading and writing"
99
keywords = ["apple", "xar"]

0 commit comments

Comments
 (0)