Skip to content

Commit 5f108ad

Browse files
committed
feat: remove deps
1 parent 589d142 commit 5f108ad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src-tauri/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ tokio = "1.34.0"
2121
tokio-postgres = "0.7.10"
2222
chrono = "0.4.31"
2323
sled = "0.34.7"
24-
strum = "0.25.0"
25-
strum_macros = "0.25.3"
2624

2725

2826

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "RSQL",
11-
"version": "1.0.0-alpha.3"
11+
"version": "1.0.0-alpha.4"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)