Compare commits

..

2 Commits

Author SHA1 Message Date
b7ca4ac6e3 version 0.1.2
All checks were successful
Test the running changes / Test (push) Successful in 39s
2025-12-26 16:39:10 +02:00
ba598f7e34 removed broken release workflow 2025-12-26 16:38:14 +02:00
3 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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