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