-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6fc9f0
commit d5662e4
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ authors = [ | |
"Vincent Esche <[email protected]>", | ||
] | ||
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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ authors = [ | |
"Vincent Esche <[email protected]>", | ||
] | ||
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 = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ authors = [ | |
"Vincent Esche <[email protected]>", | ||
] | ||
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ authors = [ | |
"Vincent Esche <[email protected]>", | ||
] | ||
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 | ||
|
||
|