Skip to content

Commit ae28263

Browse files
committed
removing unwraps from navops to remove panics and add rust fmt
1 parent 8c628e5 commit ae28263

26 files changed

+2777
-2548
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release
22
on:
33
push:
44
branches:
5-
- 'main'
6-
# - '*'
5+
# - 'main'
6+
- '*'
77
# - 'v*'
88

99
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filedime",
3-
"version": "0.8.9",
3+
"version": "0.8.91",
44
"private": true,
55
"engines": {
66
"node": "20.x"

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "filedime"
3-
version = "0.8.9"
3+
version = "0.8.91"
44
description = "rust based file explorer."
55
authors = ["visnk"]
66
license = ""

src-tauri/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fn main() {
2-
tauri_build::build()
2+
tauri_build::build()
33
}

0 commit comments

Comments
 (0)