Merge pull request #238717 from Kidsan/update-kord

kord: 0.5.16 -> 0.6.1
This commit is contained in:
Weijia Wang 2023-06-20 14:24:54 +03:00 committed by GitHub
commit e8e84fc97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = {