Bump version v0.1.1

This commit is contained in:
Victor Mignot 2023-05-02 19:36:17 +02:00
parent 9e171efd4c
commit ee7039fb82
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -2250,7 +2250,7 @@ dependencies = [
[[package]] [[package]]
name = "yorokobot" name = "yorokobot"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"futures", "futures",
"log", "log",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "yorokobot" name = "yorokobot"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -19,11 +19,11 @@
{ {
packages.default = pkgs.rustPlatform.buildRustPackage rec { packages.default = pkgs.rustPlatform.buildRustPackage rec {
pname = "yorokobot"; pname = "yorokobot";
version = "0.1.0"; version = "0.1.1";
src = self; src = self;
cargoSha256 = "sha256-tQ4JpsECMsDmip4WZwQfkYbyLywVNarlGWUAHeaKM9E="; cargoSha256 = "sha256-hlTrcdNJsZsBEAQfMlpcGzPlUEUDs9A+PfBS06vj6HM=";
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "Discord bot implementing a topic management system"; description = "Discord bot implementing a topic management system";