Skip to content

Commit

Permalink
Set all crates to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Aug 20, 2023
1 parent 4708f14 commit 6123343
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ categories = ["development-tools::debugging"]
keywords = ["logging"]
exclude = ["rfcs/**/*"]
rust-version = "1.60.0"
edition = "2021"

[package.metadata.docs.rs]
features = ["std", "serde", "kv_unstable_std", "kv_unstable_sval", "kv_unstable_serde"]
Expand Down
1 change: 1 addition & 0 deletions test_max_level_features/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "optimized"
version = "0.1.0"
edition = "2021"
publish = false

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "integration"
version = "0.1.0"
edition = "2021"
publish = false
build = "src/build.rs"

Expand Down

0 comments on commit 6123343

Please sign in to comment.