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]]
|
||||
name = "yorokobot"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"log",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "yorokobot"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
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.1.1";
|
||||
version = "0.2.0";
|
||||
|
||||
src = self;
|
||||
|
||||
cargoSha256 = "sha256-hlTrcdNJsZsBEAQfMlpcGzPlUEUDs9A+PfBS06vj6HM=";
|
||||
cargoSha256 = "sha256-0XWJJqMiEGeuAeq9nCvtimocIl04difHPVIXKNb+Q04=";
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
description = "Discord bot implementing a topic management system";
|
||||
|
|
Loading…
Reference in a new issue