Skip to content

Commit 1463534

Browse files
committed
Enabled 2021
1 parent c1ad7ec commit 1463534

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

atcoder-problems-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "atcoder-problems-backend"
33
version = "0.1.0"
44
authors = ["kenkoooo <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
publish = false
77

88
[dependencies]

atcoder-problems-backend/atcoder-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "atcoder-client"
33
version = "0.1.1"
44
authors = ["kenkoooo <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
publish = false
77

88
[dependencies]

atcoder-problems-backend/sql-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sql-client"
33
version = "0.1.0"
44
authors = ["kenkoooo <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
publish = false
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)