kord: 0.5.16 -> 0.6.1

This commit is contained in:
kidsan 2023-06-20 09:21:42 +02:00
parent 3def2fb700
commit 781d1ac810
2 changed files with 3 additions and 3 deletions

View File

@ -1528,7 +1528,7 @@ dependencies = [
[[package]]
name = "kord"
version = "0.5.16"
version = "0.6.1"
dependencies = [
"anyhow",
"async-trait",

View File

@ -7,7 +7,7 @@
rustPlatform.buildRustPackage rec {
pname = "kord";
version = "0.5.16";
version = "0.6.1";
# kord depends on nightly features
RUSTC_BOOTSTRAP = 1;
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
owner = "twitchax";
repo = "kord";
rev = "v${version}";
sha256 = "sha256-gI88fweOT2t+4cj58/mLygtTnue2Ai1QSC5oZf7Xv/g=";
sha256 = "sha256-CeMh6yB4fGoxtGLbkQe4OMMvBM0jesyP+8JtU5kCP84=";
};
cargoLock = {