0.3.0
Some checks failed
Build / Build - Linux-x86_64 (push) Has been cancelled
Build / Build - macOS-aarch64 (push) Has been cancelled
Build / Build - macOS-x86_64 (push) Has been cancelled
Build / Build - Windows-x86_64 (push) Has been cancelled

This commit is contained in:
2025-12-09 20:14:21 +01:00
parent d8255bfc02
commit 13d72a5c11
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2706,7 +2706,7 @@ dependencies = [
[[package]]
name = "rlogg"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"chrono",
"eframe",

View File

@@ -1,6 +1,6 @@
[package]
name = "rlogg"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
authors = ["Stanislav Pastushenko <staspast1@gmail.com>"]
description = "A fast log file viewer with search, filtering, and highlighting capabilities"