Skip to content

Commit 42ec061

Browse files
Bump MSRV to 1.65 (#694)
This will allow us to use `dep:` syntax and also move to using types from `core::ffi` as well as some other more modern constructs.
1 parent b10f1ef commit 42ec061

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
toolchain: [stable]
3636
include:
3737
- os: macos-14
38-
toolchain: 1.56.1
38+
toolchain: "1.65.0"
3939
steps:
4040
- uses: actions/checkout@v4
4141
- name: Install toolchain

cocoa-foundation/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version = "0.2.0"
88
authors = ["The Servo Project Developers"]
99
license = "MIT OR Apache-2.0"
1010
edition = "2018"
11+
rust-version = "1.65"
1112

1213
[package.metadata.docs.rs]
1314
default-target = "x86_64-apple-darwin"

cocoa/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version = "0.26.0"
88
authors = ["The Servo Project Developers"]
99
license = "MIT OR Apache-2.0"
1010
edition = "2018"
11+
rust-version = "1.65"
1112

1213
[package.metadata.docs.rs]
1314
default-target = "x86_64-apple-darwin"

core-foundation-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.8.7"
77
authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99
edition = "2018"
10+
rust-version = "1.65"
1011

1112
[dependencies]
1213

core-foundation/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0"
99
categories = ["os::macos-apis"]
1010
keywords = ["macos", "framework", "objc"]
1111
edition = "2018"
12+
rust-version = "1.65"
1213

1314
[dependencies.core-foundation-sys]
1415
path = "../core-foundation-sys"

core-graphics-types/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.2.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99
edition = "2018"
10+
rust-version = "1.65"
1011

1112
[dependencies]
1213
bitflags = "2"

core-graphics/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.24.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99
edition = "2018"
10+
rust-version = "1.65"
1011

1112
[features]
1213
default = ["link"]

core-text/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description = "Bindings to the Core Text framework."
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/servo/core-foundation-rs"
88
edition = "2018"
9+
rust-version = "1.65"
910

1011
[package.metadata.docs.rs]
1112
all-features = true

io-surface/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.16.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99
edition = "2018"
10+
rust-version = "1.65"
1011

1112
[package.metadata.docs.rs]
1213
default-target = "x86_64-apple-darwin"

0 commit comments

Comments
 (0)