Bump v0.2.0
This commit is contained in:
parent
b15c15a5db
commit
933900f7d2
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2250,7 +2250,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yorokobot"
|
name = "yorokobot"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "yorokobot"
|
name = "yorokobot"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
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
|
||||||
|
|
|
@ -19,11 +19,11 @@
|
||||||
{
|
{
|
||||||
packages.default = pkgs.rustPlatform.buildRustPackage rec {
|
packages.default = pkgs.rustPlatform.buildRustPackage rec {
|
||||||
pname = "yorokobot";
|
pname = "yorokobot";
|
||||||
version = "0.1.1";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
cargoSha256 = "sha256-hlTrcdNJsZsBEAQfMlpcGzPlUEUDs9A+PfBS06vj6HM=";
|
cargoSha256 = "sha256-0XWJJqMiEGeuAeq9nCvtimocIl04difHPVIXKNb+Q04=";
|
||||||
|
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
description = "Discord bot implementing a topic management system";
|
description = "Discord bot implementing a topic management system";
|
||||||
|
|
Loading…
Reference in a new issue