bump version again

This commit is contained in:
Jana Dönszelmann 2026-04-03 17:26:54 +02:00
parent a999d02d89
commit bb8f6bedf6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -821,7 +821,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]] [[package]]
name = "logparse" name = "logparse"
version = "0.1.2" version = "0.2.0"
dependencies = [ dependencies = [
"insta", "insta",
"proptest", "proptest",

View file

@ -25,4 +25,4 @@ nix = {version = "0.31", features = ["process", "signal"]}
regex = "1" regex = "1"
crossterm = "*" crossterm = "*"
dumpster = "2.1" dumpster = "2.1"
logparse = {path = "./logparse/", version="0.1.0"} logparse = {path = "./logparse/", version="0.2.0"}