Skip to content

Commit

Permalink
Merge pull request #28 from R9295/main
Browse files Browse the repository at this point in the history
change Cargo edition to 2021 from 2018
  • Loading branch information
schumilo authored Sep 12, 2024
2 parents 6833d23 + 2101462 commit effe712
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "acat"
version = "0.1.0"
authors = ["Sergej Schumilo <[email protected]>"]
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "config"
version = "0.1.0"
authors = ["coco <[email protected]>"]
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion fuzz_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fuzz_runner"
version = "0.1.0"
authors = ["coco <[email protected]>"]
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion libnyx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libnyx"
version = "0.1.0"
edition = "2018"
edition = "2021"

[lib]
name = "libnyx"
Expand Down

0 comments on commit effe712

Please sign in to comment.