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]
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 = [
"fmt",
] }
@ -37,7 +37,7 @@ ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
serde_json = "1.0.79"
[build-dependencies]
shadow-rs = "0.9"
shadow-rs = "0.11.0"
command-run = "1.1.1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]