Bump v0.2.1
This commit is contained in:
parent
92dd72aa86
commit
4a9450c4f9
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2250,7 +2250,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "yorokobot"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"log",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "yorokobot"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
{
|
||||
packages.default = pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "yorokobot";
|
||||
version = "0.2.0";
|
||||
version = "0.2.1";
|
||||
|
||||
src = self;
|
||||
|
||||
cargoSha256 = "sha256-0XWJJqMiEGeuAeq9nCvtimocIl04difHPVIXKNb+Q04=";
|
||||
cargoSha256 = "sha256-FfhyVjCZRvjbSAQ8aGTegjtSh5d4vMSoxzk+xagmj9w=";
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
description = "Discord bot implementing a topic management system";
|
||||
|
|
Loading…
Reference in a new issue