Release v0.5.2

This commit is contained in:
Lucien Greathouse
2019-10-14 17:33:43 -07:00
parent 5d0aa1193f
commit 78d97e162c
4 changed files with 6 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -1480,7 +1480,7 @@ dependencies = [
[[package]]
name = "rojo"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1515,7 +1515,7 @@ version = "0.1.0"
dependencies = [
"insta 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rojo 0.5.1",
"rojo 0.5.2",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]