Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make crates edition 2021 #257

Merged
merged 1 commit into from Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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