Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feat: upgrade tauri version 1.0.1 #348

Closed tomaszantas closed 2 years ago

tomaszantas commented 2 years ago

Description

Upgrades backend to 1.0.1 and tauri-cli to 1.0.1

Motivation and Context

How Has This Been Tested?

$ cd applications/backend
$ cargo clean
$ cargo build

$ cd applications/launchpad
$ rm yarn.lock
$ rm -rf node_modules
$ yarn install

$ yarn tauri dev