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]]
|
||||
name = "hinoirisetr"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"libloading",
|
||||
"smol",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "hinoirisetr"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Vladimir Rubin <vavakado@proton.me>"]
|
||||
description = "A daemon to dim the screen at night"
|
||||
license = "MIT"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||
pname = "hinoirisetr";
|
||||
version = "0.3.0";
|
||||
version = "0.3.1";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
|
Loading…
Reference in a new issue