Merge pull request #28 from R9295/main

change Cargo edition to 2021 from 2018
This commit is contained in:
Sergej Schumilo 2024-09-12 04:21:22 +02:00 committed by GitHub
commit effe712435
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"