fixed the build to use compile time variables properly as well as updated the release build node version
Some checks failed
Release / release (ubuntu-22.04) (push) Has been cancelled
Release / release (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-04-16 03:55:34 -04:00
parent 530684ce45
commit 713b1c3689
5 changed files with 148 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
surrealdb = { version = "3.0.5" }
surrealdb = { version = "3.0.5", features = ["native-tls"] }
surrealdb-types = { version = "3.0.5" }
tokio = { version = "1.52.0", features = ["full"] }
thiserror = "2.0.18"