chore: bump version
This commit is contained in:
parent
8a1969aea1
commit
3bc6d195fe
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -244,7 +244,7 @@ checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hinoirisetr"
|
name = "hinoirisetr"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libloading",
|
"libloading",
|
||||||
"smol",
|
"smol",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hinoirisetr"
|
name = "hinoirisetr"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
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"
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||||
pname = "hinoirisetr";
|
pname = "hinoirisetr";
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue