change Cargo edition to 2021 from 2018
This commit is contained in:
parent
6833d236df
commit
2101462186
@ -2,7 +2,7 @@
|
||||
name = "acat"
|
||||
version = "0.1.0"
|
||||
authors = ["Sergej Schumilo <sergej@schumilo.de>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "config"
|
||||
version = "0.1.0"
|
||||
authors = ["coco <cornelius@hexgolems.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "fuzz_runner"
|
||||
version = "0.1.0"
|
||||
authors = ["coco <cornelius@hexgolems.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "libnyx"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "libnyx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user