mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +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]]
|
[[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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue