Skip to content

Commit

Permalink
fix: get witnet rust version from electron constants
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Feb 5, 2024
1 parent bf41335 commit 7a24859
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion electron/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const STATUS_PATH = {

export const WITNET_CONFIG_FILE_NAME = 'witnet.toml'

export const WITNET_RUST_VERSION = '1.5.0'
export const WITNET_RUST_VERSION = '1.5.6'

export const DEFAULT_WALLET_LOG_LEVEL = 'error'

Expand Down
2 changes: 0 additions & 2 deletions src/background/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ export const STATUS_PATH = {

export const WITNET_CONFIG_FILE_NAME = 'witnet.toml'

export const WITNET_RUST_VERSION = '1.5.6'

export const DEFAULT_WALLET_LOG_LEVEL = 'error'

export const RELEASE_BASE_URL = `https://api.github.com/repos/witnet/witnet-rust/releases/tags/`

0 comments on commit 7a24859

Please sign in to comment.