Skip to content

Commit

Permalink
Make crates edition 2021
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Jul 15, 2022
1 parent a3e04bc commit b9d25da
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion phf/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ version = "0.10.1"
license = "MIT"
description = "Runtime support for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
edition = "2018"
edition = "2021"
readme = "../README.md"
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion phf_codegen/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ version = "0.10.0"
license = "MIT"
description = "Codegen library for PHF types"
repository = "https://github.com/sfackler/rust-phf"
edition = "2018"
edition = "2021"
readme = "../README.md"
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion phf_codegen/test/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "phf_codegen_test"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.0.0"
build = "build.rs"
edition = "2018"
edition = "2021"

[dependencies]
phf = { version = "0.10", features = ["uncased", "unicase"] }
Expand Down
2 changes: 1 addition & 1 deletion phf_generator/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ version = "0.10.0"
license = "MIT"
description = "PHF generation logic"
repository = "https://github.com/sfackler/rust-phf"
edition = "2018"
edition = "2021"
rust-version = "1.60"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion phf_macros/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "phf_macros"
version = "0.10.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
edition = "2021"
license = "MIT"
description = "Macros to generate types in the phf crate"
repository = "https://github.com/sfackler/rust-phf"
Expand Down
2 changes: 1 addition & 1 deletion phf_macros_tests/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "phf_macros_tests"
version = "0.1.0"
authors = ["Yuki Okushi <jtitor@2k36.org>"]
edition = "2018"
edition = "2021"
rust-version = "1.60"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion phf_shared/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ version = "0.10.0"
license = "MIT"
description = "Support code shared by PHF libraries"
repository = "https://github.com/sfackler/rust-phf"
edition = "2018"
edition = "2021"
rust-version = "1.60"

[lib]
Expand Down

0 comments on commit b9d25da

Please sign in to comment.