0.1.6
Some checks are pending
CI / matrix (push) Waiting to run
CI / ${{ matrix.check }} (push) Blocked by required conditions
CI / build (push) Blocked by required conditions
CI / build-nixpkgs (push) Blocked by required conditions

This commit is contained in:
Robin Appelman 2024-11-05 20:13:22 +01:00
commit 3191c98457
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -721,7 +721,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]] [[package]]
name = "logsmash" name = "logsmash"
version = "0.1.5" version = "0.1.6"
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.5" version = "0.1.6"
edition = "2021" edition = "2021"
rust-version = "1.75.0" rust-version = "1.75.0"
license = "GPL-3" license = "GPL-3"