This commit is contained in:
Robin Appelman 2024-11-09 14:48:15 +01:00
commit 8192c971fe
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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