Skip to content

Commit

Permalink
Bump MSRV to 1.65 (#694)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
waywardmonkeys authored Aug 11, 2024
1 parent b10f1ef commit 42ec061
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
toolchain: [stable]
include:
- os: macos-14
toolchain: 1.56.1
toolchain: "1.65.0"
steps:
- uses: actions/checkout@v4
- name: Install toolchain
Expand Down
1 change: 1 addition & 0 deletions cocoa-foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "0.2.0"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.65"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
Expand Down
1 change: 1 addition & 0 deletions cocoa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "0.26.0"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.65"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
Expand Down
1 change: 1 addition & 0 deletions core-foundation-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.8.7"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.65"

[dependencies]

Expand Down
1 change: 1 addition & 0 deletions core-foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0"
categories = ["os::macos-apis"]
keywords = ["macos", "framework", "objc"]
edition = "2018"
rust-version = "1.65"

[dependencies.core-foundation-sys]
path = "../core-foundation-sys"
Expand Down
1 change: 1 addition & 0 deletions core-graphics-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.2.0"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.65"

[dependencies]
bitflags = "2"
Expand Down
1 change: 1 addition & 0 deletions core-graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.24.0"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.65"

[features]
default = ["link"]
Expand Down
1 change: 1 addition & 0 deletions core-text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description = "Bindings to the Core Text framework."
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/core-foundation-rs"
edition = "2018"
rust-version = "1.65"

[package.metadata.docs.rs]
all-features = true
Expand Down
1 change: 1 addition & 0 deletions io-surface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.16.0"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.65"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
Expand Down

0 comments on commit 42ec061

Please sign in to comment.