Skip to content

Commit 752d297

Browse files
committed
Bump MSRV (1.85 -> 1.87)
1 parent 8eb9875 commit 752d297

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.github/workflows/full-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: linux
147147
os: ubuntu-22.04
148-
rust-toolchain: "1.85"
148+
rust-toolchain: "1.87"
149149
rust-special: -msrv
150150

151151
steps:

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
env:
2121
# Keep this a variable for easy search&replace.
22-
MSRV: 1.85
22+
MSRV: 1.87
2323

2424
jobs:
2525
notify-docs:

godot-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "godot-bindings"
33
version = "0.2.4"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "ffi", "sys"]
88
categories = ["game-engines", "graphics"]

godot-cell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "godot-cell"
33
version = "0.2.4"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "ffi"]
88
categories = ["game-engines", "graphics"]

godot-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "godot-codegen"
33
version = "0.2.4"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "codegen"]
88
categories = ["game-engines", "graphics"]

godot-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "godot-core"
33
version = "0.2.4"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "2d", "3d"] # possibly: "ffi"
88
categories = ["game-engines", "graphics"]

godot-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "godot-ffi"
33
version = "0.2.4"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "ffi"]
88
categories = ["game-engines", "graphics"]

godot-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "godot-macros"
33
version = "0.2.4"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "derive", "macro"]
88
categories = ["game-engines", "graphics"]

godot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "godot"
33
version = "0.2.4"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "2d", "3d"] # possibly: "ffi"
88
categories = ["game-engines", "graphics"]

itest/hot-reload/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hot-reload"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "MPL-2.0"
77
publish = false
88

0 commit comments

Comments
 (0)