Skip to content

Commit 7f8dc2a

Browse files
committed
Bump editions to 2024
1 parent 0788e84 commit 7f8dc2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/text-size/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "text-size"
33
version = "1.1.1"
4-
edition = "2018"
4+
edition = "2024"
55

66
authors = [
77
"Aleksey Kladov <[email protected]>",
@@ -13,7 +13,7 @@ repository = "https://github.com/rust-analyzer/text-size"
1313
documentation = "https://docs.rs/text-size"
1414

1515
[dependencies]
16-
serde = { version = "1.0", optional = true, default_features = false }
16+
serde = { version = "1.0", optional = true, default-features = false }
1717

1818
[dev-dependencies]
1919
serde_test = "1.0"

lib/ungrammar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A DSL for describing concrete syntax trees"
44
version = "1.16.1"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-analyzer/ungrammar"
7-
edition = "2018"
7+
edition = "2024"
88

99
exclude = ["/bors.toml", "/.github"]
1010

lib/ungrammar/ungrammar2json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "1.0.0"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/matklad/ungrammar"
77
authors = ["Aleksey Kladov <[email protected]>"]
8-
edition = "2018"
8+
edition = "2024"
99

1010
[dependencies]
1111
write-json = "0.1.1"

0 commit comments

Comments
 (0)