This commit is contained in:
Robin Appelman 2024-08-09 23:43:00 +02:00
commit b9c7704699
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -568,7 +568,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "logsmash"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"ahash",
"base64",

View file

@ -1,6 +1,6 @@
[package]
name = "logsmash"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
rust-version = "1.74.0"