Skip to content

Commit

Permalink
chore(release): v0.5.62
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 5, 2024
1 parent f116ae1 commit 385b0c6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tari-universe",
"private": true,
"version": "0.5.61",
"version": "0.5.62",
"type": "module",
"scripts": {
"dev": "vite dev --mode development",
Expand Down Expand Up @@ -61,4 +61,4 @@
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10"
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,22 @@ description = "Tari Universe"
edition = "2021"
name = "tari-universe"
repository = "https://github.com/tari-project/universe"
version = "0.5.61"
version = "0.5.62"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = {version = "1.5.5", features = ["isolation"] }
tauri-build = {version = "1.5.5", features = ["isolation"]}

[dependencies]
anyhow = "1"
async-trait = "0.1.81"
async_zip = {version = "0.0.17", features = ["full"] }
async_zip = {version = "0.0.17", features = ["full"]}
auto-launch = "0.5.0"
blake2 = "0.10"
chrono = "0.4.38"
device_query = "2.1.0"
dunce = "1.0.5"
opencl3 = "0.9.5"
flate2 = "1.0.30"
futures-lite = "2.3.0"
futures-util = "0.3.30"
Expand All @@ -30,26 +29,27 @@ keyring = {version = "3.0.5", features = [
"windows-native",
"apple-native",
"linux-native",
] }
]}
libsqlite3-sys = {version = "0.25.1", features = [
"bundled",
] }# Required for tari_wallet
]}# Required for tari_wallet
log = "0.4.22"
log4rs = "1.3.0"
minotari_node_grpc_client = {git = "https://github.com/tari-project/tari.git", branch = "development"}
minotari_wallet_grpc_client = {git = "https://github.com/tari-project/tari.git", branch = "development"}
nix = {version = "0.29.0", features = ["signal"] }
nix = {version = "0.29.0", features = ["signal"]}
nvml-wrapper = "0.10.0"
open = "5"
opencl3 = "0.9.5"
phraze = "0.3.15"
rand = "0.8.5"
regex = "1.10.5"
reqwest = {version = "0.12.5", features = ["stream", "json", "multipart"] }
reqwest = {version = "0.12.5", features = ["stream", "json", "multipart"]}
sanitize-filename = "0.5"
semver = "1.0.23"
sentry = {version = "0.34.0", features = ["anyhow"] }
sentry = {version = "0.34.0", features = ["anyhow"]}
sentry-tauri = "0.3.0"
serde = {version = "1", features = ["derive"] }
serde = {version = "1", features = ["derive"]}
serde_json = "1"
sha2 = "0.10.8"
sys-locale = "0.3.1"
Expand All @@ -59,12 +59,13 @@ tari_common = {git = "https://github.com/tari-project/tari.git", branch = "devel
tari_common_types = {git = "https://github.com/tari-project/tari.git", branch = "development"}
tari_core = {git = "https://github.com/tari-project/tari.git", branch = "development", features = [
"transactions",
] }
]}
tari_crypto = "0.21.0"
tari_key_manager = {git = "https://github.com/tari-project/tari.git", branch = "development"}
tari_shutdown = {git = "https://github.com/tari-project/tari.git", branch = "development"}
tari_utilities = "0.8.0"
tauri = {version = "1.8.0", features = [ "os-all",
tauri = {version = "1.8.0", features = [
"os-all",
"system-tray",
"updater",
"window-show",
Expand All @@ -81,12 +82,12 @@ tauri = {version = "1.8.0", features = [ "os-all",
"icon-ico",
"icon-png",
"process-command-api",
] }
]}
tauri-plugin-single-instance = {git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1"}
thiserror = "1.0.26"
tokio = {version = "1", features = ["full"] }
tokio-util = {version = "0.7.11", features = ["compat"] }
xz2 = {version = "0.1.7", features = ["static"] }# static bind lzma
tokio = {version = "1", features = ["full"]}
tokio-util = {version = "0.7.11", features = ["compat"]}
xz2 = {version = "0.1.7", features = ["static"]}# static bind lzma
zip = "2.2.0"

[target.'cfg(windows)'.dependencies]
Expand All @@ -95,7 +96,7 @@ winreg = "0.52.0"
# needed for keymanager. TODO: Find a way of creating a keymanager without bundling sqlite
chrono = "0.4.38"
device_query = "2.1.0"
libsqlite3-sys = {version = "0.25.1", features = ["bundled"] }
libsqlite3-sys = {version = "0.25.1", features = ["bundled"]}
log = "0.4.22"
nvml-wrapper = "0.10.0"
rand = "0.8.5"
Expand All @@ -114,4 +115,3 @@ release-ci-beta = ["tauri/custom-protocol"]

[package.metadata.cargo-machete]
ignored = ["log4rs", "xz2", "libsqlite3-sys", "minotari_wallet_grpc_client"]

8 changes: 5 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Tari Universe (Alpha)",
"version": "0.5.61"
"version": "0.5.62"
},
"tauri": {
"systemTray": {
Expand All @@ -16,7 +16,9 @@
},
"updater": {
"active": true,
"endpoints": ["https://raw.githubusercontent.com/tari-project/universe/main/.updater/alpha-latest.json"],
"endpoints": [
"https://raw.githubusercontent.com/tari-project/universe/main/.updater/alpha-latest.json"
],
"dialog": false,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEYxNUJBOEFEQkQ4RjJBMjYKUldRbUtvKzlyYWhiOFJIUmFFditENVV3d3hRbjNlZm1DMi9aMjluRUpVdHhQTytadTV3ODN3bUMK"
},
Expand Down Expand Up @@ -92,4 +94,4 @@
},
"macOSPrivateApi": true
}
}
}

0 comments on commit 385b0c6

Please sign in to comment.