Skip to content

Commit

Permalink
Upgrade edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
vkill committed Apr 5, 2022
1 parent 372dabb commit 31eb14f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion serde-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serde-attributes"
version = "0.1.1"
authors = ["vkill <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Serde Attributes"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/serde-ext"
Expand Down
2 changes: 1 addition & 1 deletion serde-datetime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serde-datetime"
version = "0.1.0"
authors = ["vkill <[email protected]>"]
edition = "2018"
edition = "2021"
description = "serde serializer/deserializer for DateTime"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/serde-ext"
Expand Down
2 changes: 1 addition & 1 deletion serde-enum-str/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serde-enum-str"
version = "0.2.4"
authors = ["vkill <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Serialize and deserialize enum string"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/serde-ext"
Expand Down
2 changes: 1 addition & 1 deletion serde-rename-rule/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serde-rename-rule"
version = "0.1.1"
authors = ["vkill <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Serde RenameRule"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/serde-ext"
Expand Down

0 comments on commit 31eb14f

Please sign in to comment.