chore: bump version
This commit is contained in:
parent
ea14f03e1f
commit
c8558654d2
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -52,7 +52,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hinoirisetr"
|
name = "hinoirisetr"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libloading",
|
"libloading",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hinoirisetr"
|
name = "hinoirisetr"
|
||||||
version = "0.4.0"
|
version = "0.5.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"
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||||
pname = "hinoirisetr";
|
pname = "hinoirisetr";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue