diff options
| author | mat <github@matdoes.dev> | 2021-12-06 16:05:46 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-06 16:05:46 +0000 |
| commit | c4e7873a5050dc94f9eeba7058ffad8f82d5c6f1 (patch) | |
| tree | 414e1b091e68c5425053bab02b299f718d0d901c /minecraft-protocol | |
| parent | 5029a09963b5753c1f9b7f777f28e1c0951343e7 (diff) | |
| download | azalea-drasl-c4e7873a5050dc94f9eeba7058ffad8f82d5c6f1.tar.xz | |
lower rust edition
Diffstat (limited to 'minecraft-protocol')
| -rw-r--r-- | minecraft-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml index 83657153..3ccaf88b 100644 --- a/minecraft-protocol/Cargo.toml +++ b/minecraft-protocol/Cargo.toml @@ -1,5 +1,5 @@ [package] -edition = "2021" +edition = "2018" name = "minecraft-protocol" version = "0.1.0" |
