build: migrate to Rust edition 2024

This commit is contained in:
oxalica 2025-03-18 11:37:56 -04:00
parent 37fbf5149e
commit 2e0a878d56
22 changed files with 64 additions and 64 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "blah-types"
version = "0.0.0"
edition = "2021"
edition = "2024"
[features]
default = ["ed25519-dalek/default"]