Skip to content

Commit 46600bb

Browse files
committed
Switch to rust 2024.
1 parent fe59c84 commit 46600bb

File tree

25 files changed

+26
-30
lines changed

25 files changed

+26
-30
lines changed

ai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
either.workspace = true

ais/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
either.workspace = true

bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
rand = { workspace = true, features = [ "small_rng" ] }

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
rand = { workspace = true, features = [ "small_rng" ] }

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
oppai-field = { path = "../field" }

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
oppai-field = { path = "../field" }

field/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
rand.workspace = true

iced/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88
default-run = "main"
99

1010
[dependencies]

initial/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
strum.workspace = true

ladders/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Evgeny Kurnevsky <[email protected]>"]
55
license = "AGPL-3.0+"
66
description = "Open Points Artificial Intelligence"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
log.workspace = true

0 commit comments

Comments
 (0)