Make versions less duplicative as I always mess up changing them everywhere. Now its just Cargo.toml for desktop
This commit is contained in:
parent
aec5d3ce30
commit
2603b20f27
4 changed files with 5 additions and 7 deletions
4
desktop/src-tauri/Cargo.lock
generated
4
desktop/src-tauri/Cargo.lock
generated
|
|
@ -1867,7 +1867,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "librqbit"
|
||||
version = "5.0.0"
|
||||
version = "5.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
|
|
@ -3013,7 +3013,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rqbit-desktop"
|
||||
version = "5.0.2"
|
||||
version = "5.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.21.5",
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@
|
|||
"distDir": "../dist"
|
||||
},
|
||||
"package": {
|
||||
"productName": "rqbit-desktop",
|
||||
"version": "5.1.0"
|
||||
"productName": "rqbit-desktop"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue