chore: bump version
this new version adds automatic config reloading
This commit is contained in:
parent
e9c9edb121
commit
b2f03f048b
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -52,7 +52,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hinoirisetr"
|
name = "hinoirisetr"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libloading",
|
"libloading",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hinoirisetr"
|
name = "hinoirisetr"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["Vladimir Rubin <vavakado@proton.me>"]
|
authors = ["Vladimir Rubin <vavakado@proton.me>"]
|
||||||
description = "A daemon to dim the screen at night"
|
description = "A daemon to dim the screen at night"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue