mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:29:07 +00:00
Upgraded to Rust 1.80.0 (#47)
This commit is contained in:
parent
79892eb829
commit
426f223a84
@ -3,7 +3,7 @@
|
||||
166
|
||||
8.0.107 (commit 1bdaef7265)
|
||||
8.0.7 (commit 2aade6beb0)
|
||||
1.79.0 (commit 129f3b996)
|
||||
1.80.0 (commit 051478957)
|
||||
7.4.0
|
||||
1.6.1
|
||||
bd7eecdc80c, release
|
||||
1.7.1
|
||||
79892eb8292, dev debug
|
||||
|
1177
runtime/Cargo.lock
generated
1177
runtime/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -9,13 +9,13 @@ authors = ["Thorsten Sommer"]
|
||||
tauri-build = { version = "1.5", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "1.6", features = [ "updater", "http-all", "shell-sidecar", "path-all", "shell-open"] }
|
||||
tauri = { version = "1.7.1", features = [ "updater", "http-all", "shell-sidecar", "path-all", "shell-open"] }
|
||||
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
keyring = "2"
|
||||
arboard = "3.4.0"
|
||||
tokio = "1.37.0"
|
||||
tokio = "1.39"
|
||||
flexi_logger = "0.28"
|
||||
log = "0.4"
|
||||
once_cell = "1.19.0"
|
||||
|
@ -292,7 +292,7 @@ enum ServerEvent {
|
||||
}
|
||||
|
||||
pub fn is_dev() -> bool {
|
||||
cfg!(dev)
|
||||
cfg!(debug_assertions)
|
||||
}
|
||||
|
||||
pub fn is_prod() -> bool {
|
||||
|
Loading…
Reference in New Issue
Block a user