diff options
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 95df7208..df583658 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -66,6 +66,7 @@ zip-extract = "0.1.2" open = "3.2.0" # Windows API stuff winapi = "0.3.9" +semver = "1.0" [features] # by default Tauri runs in production mode |