version 0.1.2
All checks were successful
Test the running changes / Test (push) Successful in 39s

This commit is contained in:
2025-12-26 16:39:10 +02:00
parent ba598f7e34
commit b7ca4ac6e3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "marginal"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"nom",
]

View File

@@ -1,6 +1,6 @@
[package]
name = "marginal"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
publish = ["gitea"]