Remove unsafe unwraps causing crashes (#1135)

* Remove unsafe unwraps causing crashes

* run fmt

* bump version
This commit is contained in:
Geometrically
2024-04-23 15:03:03 -07:00
committed by GitHub
parent 08b26f9d5d
commit e9e99956ad
9 changed files with 43 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "theseus_gui"
version = "0.7.0"
version = "0.7.1"
description = "A Tauri App"
authors = ["you"]
license = ""

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Modrinth App",
"version": "0.7.0"
"version": "0.7.1"
},
"tauri": {
"allowlist": {