update shadow-rs

This commit is contained in:
Simon Gardling 2022-03-21 17:42:07 -04:00
parent fd226e2ba7
commit 3889ac4800

View File

@ -23,7 +23,7 @@ lto = false
[dependencies] [dependencies]
eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false } eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false }
shadow-rs = { version = "0.9", default-features = false } shadow-rs = { version = "0.11.0", default-features = false }
const_format = { version = "0.2.22", default-features = false, features = [ const_format = { version = "0.2.22", default-features = false, features = [
"fmt", "fmt",
] } ] }
@ -37,7 +37,7 @@ ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
serde_json = "1.0.79" serde_json = "1.0.79"
[build-dependencies] [build-dependencies]
shadow-rs = "0.9" shadow-rs = "0.11.0"
command-run = "1.1.1" command-run = "1.1.1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]