Skip to content

Commit 6d2b240

Browse files
committed
Set a MSRV
(determined using cargo-msrv) Technically the crates have different MSRVs, but it doesn't really make sense to maintain that.
1 parent 429f508 commit 6d2b240

File tree

7 files changed

+8
-0
lines changed

7 files changed

+8
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ authors = ["Arne Hasselbring <arha@uni-bremen.de>"]
3838
edition = "2021"
3939
license = "MIT"
4040
repository = "https://github.com/RoboCup-SPL/GameController3"
41+
rust-version = "1.74"
4142
version = "3.0.0-rc.1"
4243

4344
[profile.release-dist]

game_controller_app/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = { workspace = true }
55
license = { workspace = true }
66
name = "game_controller_app"
77
repository = { workspace = true }
8+
rust-version = { workspace = true }
89
version = { workspace = true }
910

1011
[build-dependencies]

game_controller_core/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ edition = { workspace = true }
44
license = { workspace = true }
55
name = "game_controller_core"
66
repository = { workspace = true }
7+
rust-version = { workspace = true }
78
version = { workspace = true }
89

910
[dependencies]

game_controller_logs/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ authors = { workspace = true }
33
edition = { workspace = true }
44
license = { workspace = true }
55
name = "game_controller_logs"
6+
repository = { workspace = true }
7+
rust-version = { workspace = true }
68
version = { workspace = true }
79

810
[dependencies]

game_controller_msgs/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ edition = { workspace = true }
44
license = { workspace = true }
55
name = "game_controller_msgs"
66
repository = { workspace = true }
7+
rust-version = { workspace = true }
78
version = { workspace = true }
89

910
[build-dependencies]

game_controller_net/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ edition = { workspace = true }
44
license = { workspace = true }
55
name = "game_controller_net"
66
repository = { workspace = true }
7+
rust-version = { workspace = true }
78
version = { workspace = true }
89

910
[dependencies]

game_controller_runtime/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ edition = { workspace = true }
44
license = { workspace = true }
55
name = "game_controller_runtime"
66
repository = { workspace = true }
7+
rust-version = { workspace = true }
78
version = { workspace = true }
89

910
[dependencies]

0 commit comments

Comments
 (0)