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,7 +1,7 @@
{
"name": "theseus_gui",
"private": true,
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"scripts": {
"dev": "vite",