mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
0.1.8
This commit is contained in:
parent
763d4747a8
commit
1873a9ac1f
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -802,7 +802,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|||
|
||||
[[package]]
|
||||
name = "logsmash"
|
||||
version = "0.1.8-beta1"
|
||||
version = "0.1.8"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"base64 0.22.1",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "logsmash"
|
||||
version = "0.1.8-beta1"
|
||||
version = "0.1.8"
|
||||
edition = "2021"
|
||||
rust-version = "1.75.0"
|
||||
license = "GPL-3"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
main_error = "0.1.2"
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ Currently, the program can match against data from the following sources:
|
|||
|
||||
- [ ] Data from more app version
|
||||
- [ ] Support extracting app versions from a system report
|
||||
- [ ] Add filtering to all lists
|
||||
- [x] Add filtering to all lists
|
||||
|
||||
## Building
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue