Bump v0.2.1

This commit is contained in:
Victor Mignot 2023-06-08 00:09:06 +02:00
parent 92dd72aa86
commit 4a9450c4f9
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.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"futures", "futures",
"log", "log",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "yorokobot" name = "yorokobot"
version = "0.2.0" version = "0.2.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.2.0"; version = "0.2.1";
src = self; src = self;
cargoSha256 = "sha256-0XWJJqMiEGeuAeq9nCvtimocIl04difHPVIXKNb+Q04="; cargoSha256 = "sha256-FfhyVjCZRvjbSAQ8aGTegjtSh5d4vMSoxzk+xagmj9w=";
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "Discord bot implementing a topic management system"; description = "Discord bot implementing a topic management system";