Skip to content

Commit 6134916

Browse files
committed
Fix Cargo.toml
1 parent afc0c49 commit 6134916

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

parse-display-with/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "parse-display-with"
33
version = "0.0.1"
44
edition = "2021"
5+
authors = ["frozenlib"]
56
license = "MIT OR Apache-2.0"
67
readme = "README.md"
78
repository = "https://github.com/frozenlib/parse-display"

parse-display/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "parse-display"
33
version = "0.9.0"
4+
edition = "2021"
45
authors = ["frozenlib"]
56
license = "MIT OR Apache-2.0"
67
readme = "../README.md"
@@ -9,7 +10,6 @@ documentation = "https://docs.rs/parse-display/"
910
keywords = ["derive", "enum", "from_str", "display", "regex"]
1011
categories = ["parsing"]
1112
description = "Procedural macro to implement Display and FromStr using common settings."
12-
edition = "2021"
1313
include = ["/src/**"]
1414

1515
[features]

0 commit comments

Comments
 (0)