Tag 5.4.1

This commit is contained in:
Igor Katson 2024-01-03 14:41:32 +00:00
parent b289f1eeaa
commit 0400bdec6d
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
8 changed files with 23 additions and 26 deletions

4
Cargo.lock generated
View file

@ -1253,7 +1253,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "5.4.0"
version = "5.4.1"
dependencies = [
"anyhow",
"axum 0.7.2",
@ -1326,7 +1326,7 @@ version = "2.2.1"
[[package]]
name = "librqbit-core"
version = "3.4.0"
version = "3.5.0"
dependencies = [
"anyhow",
"directories",

View file

@ -1,6 +1,6 @@
[package]
name = "librqbit"
version = "5.4.0"
version = "5.4.1"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it."
@ -24,7 +24,7 @@ rust-tls = ["reqwest/rustls-tls"]
[dependencies]
bencode = {path = "../bencode", default-features=false, package="librqbit-bencode", version="2.2.1"}
buffers = {path = "../buffers", package="librqbit-buffers", version = "2.2.1"}
librqbit-core = {path = "../librqbit_core", version = "3.4.0"}
librqbit-core = {path = "../librqbit_core", version = "3.5.0"}
clone_to_owned = {path = "../clone_to_owned", package="librqbit-clone-to-owned", version = "2.2.1"}
peer_binary_protocol = {path = "../peer_binary_protocol", package="librqbit-peer-protocol", version = "3.4.0"}
sha1w = {path = "../sha1w", default-features=false, package="librqbit-sha1-wrapper", version="2.2.1"}

File diff suppressed because one or more lines are too long

View file

@ -11,7 +11,7 @@
"css": [
"assets/index-d46108e9.css"
],
"file": "assets/index-b218d1f9.js",
"file": "assets/index-1ee4d2cc.js",
"isEntry": true,
"src": "index.html"
}

View file

@ -1,17 +1,14 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"allowJs": true,
"checkJs": true,
"jsx": "react-jsx",
"skipLibCheck": true,
"strict": true,
},
"include": [
"node_modules/vite/client.d.ts",
"**/*"
]
}
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"allowJs": true,
"checkJs": true,
"jsx": "react-jsx",
"skipLibCheck": true,
"strict": true
},
"include": ["node_modules/vite/client.d.ts", "**/*"]
}

View file

@ -1,6 +1,6 @@
[package]
name = "librqbit-core"
version = "3.4.0"
version = "3.5.0"
edition = "2021"
description = "Important utilities used throughout librqbit useful for working with torrents."
license = "Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "rqbit"
version = "5.4.0"
version = "5.4.1"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "A bittorrent command line client and server."
@ -24,7 +24,7 @@ default-tls = ["librqbit/default-tls"]
rust-tls = ["librqbit/rust-tls"]
[dependencies]
librqbit = {path="../librqbit", default-features=false, version = "5.0.0"}
librqbit = {path="../librqbit", default-features=false, version = "5.4.1"}
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
console-subscriber = {version = "0.2", optional = true}
anyhow = "1"

View file

@ -1,6 +1,6 @@
[package]
name = "rqbit-desktop"
version = "5.4.0"
version = "5.4.1"
description = "rqbit torrent client"
authors = ["you"]
license = ""