Upgrade to Insta 0.13.1

This commit is contained in:
Lucien Greathouse
2020-03-06 13:52:23 -08:00
parent d4a39674de
commit 4b0189dd55
100 changed files with 6 additions and 27 deletions

View File

@@ -12,6 +12,7 @@ unstable_glob_ignore_paths = []
[dependencies]
env_logger = "0.6.2"
insta = { version = "0.13.1", features = ["redactions"] }
log = "0.4.8"
paste = "0.1.5"
rbx_dom_weak = "1.9.0"
@@ -26,7 +27,3 @@ rojo-insta-ext = { path = "../rojo-insta-ext" }
# We execute Rojo via std::process::Command, so depend on it so it's built!
rojo = { path = ".." }
[dependencies.insta]
git = "https://github.com/mitsuhiko/insta"
features = ["redactions"]