bump version
This commit is contained in:
parent
271d5d8c6c
commit
53522d8eb4
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -170,7 +170,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "hoyolab-claim-bot"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"phf",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "hoyolab-claim-bot"
|
||||
edition = "2021"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user