aboutsummaryrefslogtreecommitdiff
path: root/lib/header
diff options
context:
space:
mode:
Diffstat (limited to 'lib/header')
-rw-r--r--lib/header/Cargo.toml1
-rw-r--r--lib/header/fuzz/Cargo.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/header/Cargo.toml b/lib/header/Cargo.toml
index 56eb36c..8e88856 100644
--- a/lib/header/Cargo.toml
+++ b/lib/header/Cargo.toml
@@ -1,7 +1,6 @@
[package]
name = "header"
version = "0.1.0"
-rust-version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
diff --git a/lib/header/fuzz/Cargo.toml b/lib/header/fuzz/Cargo.toml
index 9ea48be..ea78c24 100644
--- a/lib/header/fuzz/Cargo.toml
+++ b/lib/header/fuzz/Cargo.toml
@@ -2,7 +2,7 @@
name = "header-fuzz"
version = "0.0.0"
publish = false
-edition = "2021"
+edition = "2024"
[workspace]
members = []