Skip to content

Commit 18a8ad5

Browse files
committed
Update edition to 2024
1 parent 450f4cc commit 18a8ad5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[workspace]
2-
resolver = "2"
2+
resolver = "3"
33
members = ["bufferfish", "bufferfish-derive", "bufferfish-core", "fuzz"]

rust/bufferfish-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["network-programming"]
88
keywords = ["binary-protocol", "typescript"]
99
readme = "README.md"
1010
version = "0.1.0"
11-
edition = "2021"
11+
edition = "2024"
1212

1313
[dependencies]
1414
unicode-width = { version = "0.2", optional = true }

rust/bufferfish-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["network-programming"]
88
keywords = ["binary-protocol", "typescript"]
99
readme = "README.md"
1010
version = "0.1.0"
11-
edition = "2021"
11+
edition = "2024"
1212

1313
[lib]
1414
proc-macro = true

rust/bufferfish/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["network-programming"]
88
keywords = ["binary-protocol", "typescript"]
99
readme = "README.md"
1010
version = "0.1.0"
11-
edition = "2021"
11+
edition = "2024"
1212

1313
[features]
1414
default = []

rust/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bufferfish-fuzz"
33
version = "0.0.0"
44
publish = false
5-
edition = "2021"
5+
edition = "2024"
66

77
[package.metadata]
88
cargo-fuzz = true

0 commit comments

Comments
 (0)