Skip to content

Commit

Permalink
fix import for windows and match version
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 8, 2024
1 parent b1118d9 commit ac44fbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
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.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tari Universe"
edition = "2021"
name = "tari-universe"
repository = "https://github.com/tari-project/universe"
version = "0.5.63"
version = "0.6.4"

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

Expand Down
1 change: 1 addition & 0 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use tauri_plugin_sentry::{minidump, sentry};
use tokio::sync::RwLock;

use crate::cpu_miner::CpuMiner;
use crate::external_dependencies::ExternalDependencies;
use crate::feedback::Feedback;
use crate::gpu_miner::GpuMiner;
use crate::internal_wallet::InternalWallet;
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"productName": "Tari Universe (Alpha)",
"mainBinaryName": "Tari Universe (Alpha)",
"version": "0.5.63",
"version": "0.6.4",
"identifier": "com.tari.universe.alpha",
"plugins": {
"updater": {
Expand Down

0 comments on commit ac44fbe

Please sign in to comment.