refactor: update everything to latest fusion and to rust edition 2024

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-04-07 22:54:39 +02:00
parent e28a8e8e1e
commit dfaec10730
14 changed files with 255 additions and 185 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "single"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
protostar = { path = "../protostar" }