refactor: update everything to latest fusion and to rust edition 2024 (#7)

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit was merged in pull request #7.
This commit is contained in:
Schmarni
2025-04-07 22:59:41 +02:00
committed by GitHub
parent e28a8e8e1e
commit f5008ff5b5
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" }