bump version

This commit is contained in:
Dmitriy Kholkin 2024-02-02 22:19:41 +03:00
parent 271d5d8c6c
commit 53522d8eb4
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -170,7 +170,7 @@ dependencies = [
[[package]]
name = "hoyolab-claim-bot"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"anyhow",
"phf",

View File

@ -1,7 +1,7 @@
[package]
name = "hoyolab-claim-bot"
edition = "2021"
version = "1.0.0"
version = "1.0.1"
[dependencies]
anyhow = "1.0"

View File

@ -1,7 +1,7 @@
{ lib, rustPlatform, openssl, pkg-config }:
rustPlatform.buildRustPackage {
pname = "hoyolab-claim-bot";
version = "1.0.0";
version = "1.0.1";
src = lib.cleanSource ./.;
cargoLock.lockFile = ./Cargo.lock;