Skip to content

Commit ed9610e

Browse files
committed
chore: updated edition to 2021
1 parent 443582f commit ed9610e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustyhack_client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "rustyhack_client"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["pbellchambers <pbellchambers@users.noreply.github.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
repository = "https://github.com/pbellchambers/rustyhack-mmo"
77
license = "AGPL-3.0"
88

rustyhack_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "rustyhack_lib"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["pbellchambers <pbellchambers@users.noreply.github.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
repository = "https://github.com/pbellchambers/rustyhack-mmo"
77
license = "AGPL-3.0"
88

rustyhack_server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "rustyhack_server"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["pbellchambers <pbellchambers@users.noreply.github.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
repository = "https://github.com/pbellchambers/rustyhack-mmo"
77
license = "AGPL-3.0"
88

0 commit comments

Comments
 (0)