0.1.8
Some checks failed
CI / matrix (push) Has been cancelled
CI / (push) Has been cancelled
CI / build (push) Has been cancelled
CI / build-nixpkgs (push) Has been cancelled

This commit is contained in:
Robin Appelman 2025-02-09 22:36:07 +01:00
commit 1873a9ac1f
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

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

View file

@ -1,9 +1,9 @@
[package] [package]
name = "logsmash" name = "logsmash"
version = "0.1.8-beta1" version = "0.1.8"
edition = "2021" edition = "2021"
rust-version = "1.75.0" rust-version = "1.75.0"
license = "GPL-3" license = "GPL-3.0-only"
[dependencies] [dependencies]
main_error = "0.1.2" main_error = "0.1.2"

View file

@ -102,7 +102,7 @@ Currently, the program can match against data from the following sources:
- [ ] Data from more app version - [ ] Data from more app version
- [ ] Support extracting app versions from a system report - [ ] Support extracting app versions from a system report
- [ ] Add filtering to all lists - [x] Add filtering to all lists
## Building ## Building