Skip to content

Commit

Permalink
chore: upgrade compatible rust version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Oct 5, 2021
1 parent 2b1587c commit feb5f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const WITNET_FILE_NAME = {
const WITNET_CONFIG_FILE_NAME = 'witnet.toml'
const LATEST_RELEASES_URL =
'https://api.github.com/repos/witnet/witnet-rust/releases/latest'
const WITNET_RUST_VERSION = '1.3.1'
const WITNET_RUST_VERSION = '1.4.1'
const STATUS = {
OS_NOT_SUPPORTED: 'OS_NOT_SUPPORTED',
WAIT: 'WAIT',
Expand Down

0 comments on commit feb5f8d

Please sign in to comment.