Skip to content

Commit

Permalink
Update to edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Apr 2, 2023
1 parent b6fc9f0 commit d5662e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion metadata_checks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "metadata_check"
version = "0.1.0"
edition = "2018"
edition = "2021"
publish = false

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion num_enum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Vincent Esche <regexident@gmail.com>",
]
description = "Procedural macros to make inter-operation between primitives and enums easier."
edition = "2018"
edition = "2021"
repository = "https://github.com/illicitonion/num_enum"
readme = "README.md"
keywords = ["enum", "conversion", "safe", "ffi", "derive"]
Expand Down
2 changes: 1 addition & 1 deletion num_enum_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Vincent Esche <regexident@gmail.com>",
]
description = "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)"
edition = "2018"
edition = "2021"
repository = "https://github.com/illicitonion/num_enum"
keywords = []
categories = []
Expand Down
2 changes: 1 addition & 1 deletion renamed_num_enum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "renamed_num_enum"
version = "0.0.0"
edition = "2018"
edition = "2021"
publish = false

[dependencies.renamed]
Expand Down
2 changes: 1 addition & 1 deletion serde_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
"Vincent Esche <regexident@gmail.com>",
]
description = "Example crate using num_enum and serde. Regression test for https://github.com/illicitonion/num_enum/issues/18."
edition = "2018"
edition = "2021"
repository = "https://github.com/illicitonion/num_enum"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion stress_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
"Vincent Esche <regexident@gmail.com>",
]
description = "Tests using large enums. Regression test for https://github.com/illicitonion/num_enum/issues/83."
edition = "2018"
edition = "2021"
repository = "https://github.com/illicitonion/num_enum"
publish = false

Expand Down

0 comments on commit d5662e4

Please sign in to comment.