0.1.10
Some checks failed
CI / matrix (push) Failing after 2s
CI / (push) Has been skipped
CI / build (push) Has been skipped
CI / build-nixpkgs (push) Has been skipped

This commit is contained in:
Robin Appelman 2025-03-26 19:11:31 +01:00
commit 7e166af604
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -818,7 +818,7 @@ checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
[[package]] [[package]]
name = "logsmash" name = "logsmash"
version = "0.1.9" version = "0.1.10"
dependencies = [ dependencies = [
"ahash", "ahash",
"base64 0.22.1", "base64 0.22.1",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "logsmash" name = "logsmash"
version = "0.1.9" version = "0.1.10"
edition = "2021" edition = "2021"
rust-version = "1.81.0" rust-version = "1.81.0"
license = "GPL-3.0-only" license = "GPL-3.0-only"