version 2.0.0-rc1

This commit is contained in:
ppom 2024-10-22 12:00:00 +02:00
commit a80e3764f1
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View file

@ -721,7 +721,7 @@ dependencies = [
[[package]]
name = "reaction"
version = "0.1.0"
version = "2.0.0-rc1"
dependencies = [
"bincode",
"chrono",

View file

@ -1,6 +1,6 @@
[package]
name = "reaction"
version = "0.1.0"
version = "2.0.0-rc1"
edition = "2021"
[dependencies]

View file

@ -7,7 +7,6 @@ use tracing::Level;
#[derive(Parser)]
#[clap(version)]
#[command(name = "reaction")]
#[command(version = "2.0")]
#[command(
about = "Scan logs and take action",
long_about = "A daemon that scans program outputs for repeated patterns, and takes action.