0.1.8-beta1
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-12-17 00:33:09 +01:00
commit e4fd6fc0f0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -802,7 +802,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "logsmash"
version = "0.1.7"
version = "0.1.8-beta1"
dependencies = [
"ahash",
"base64 0.22.1",

View file

@ -1,6 +1,6 @@
[package]
name = "logsmash"
version = "0.1.7"
version = "0.1.8-beta1"
edition = "2021"
rust-version = "1.75.0"
license = "GPL-3"