Mario Rodas
2024-01-21 04:20:00 +00:00
parent d33fc5d7ee
commit 45b5c34b2b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1253,7 +1253,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "5.4.1"
version = "5.4.2"
dependencies = [
"anyhow",
"axum 0.7.3",
@@ -2025,7 +2025,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "5.4.1"
version = "5.4.2"
dependencies = [
"anyhow",
"bytes",
+2 -2
View File
@@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "rqbit";
version = "5.4.1";
version = "5.4.2";
src = fetchFromGitHub {
owner = "ikatson";
repo = "rqbit";
rev = "v${version}";
hash = "sha256-dD9nGxyUA+Vw5efB4eXdz4WdxXlwyhT6mSyblcX65Bs=";
hash = "sha256-ZC68RQi0UcdALKVgwRUyO0+ZmKtGMjudYQabsAnghzg=";
};
cargoLock = {