This commit is contained in:
Lucien Greathouse
2018-04-07 22:53:56 -07:00
parent 52eea667a7
commit 6fc497f95e
5 changed files with 8 additions and 4 deletions

2
server/Cargo.lock generated
View File

@@ -597,7 +597,7 @@ dependencies = [
[[package]]
name = "rojo"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "0.4.2"
version = "0.4.3"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "A tool to create robust Roblox projects"
license = "MIT"