Update tauri some more
This commit is contained in:
parent
4dc60f42ed
commit
82ba82f642
File diff suppressed because it is too large
Load Diff
|
@ -7,12 +7,12 @@ license = "GPL-3.0"
|
||||||
repository = "https://github.com/glowing-bear/glowing-bear"
|
repository = "https://github.com/glowing-bear/glowing-bear"
|
||||||
default-run = "glowing-bear"
|
default-run = "glowing-bear"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.57"
|
rust-version = "1.63"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-build = { version = "1.2.1", features = [] }
|
tauri-build = { version = "1.4.0", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
|
Loading…
Reference in New Issue