From 53522d8eb4f6c8a46b9c478c0c27a3c0e74924e3 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Fri, 2 Feb 2024 22:19:41 +0300 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f504840..03f26a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "hoyolab-claim-bot" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "phf", diff --git a/Cargo.toml b/Cargo.toml index eb337bf..3911746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hoyolab-claim-bot" edition = "2021" -version = "1.0.0" +version = "1.0.1" [dependencies] anyhow = "1.0" diff --git a/default.nix b/default.nix index afa92a0..fe27cc0 100644 --- a/default.nix +++ b/default.nix @@ -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;