mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-28 16:46:46 +00:00
Take advantage of 2018 edition.
- Remove explicit 'extern crate' fields where useful - Fix mutability of variable (unrelated?) - Add rbxmx dependency, which needs 2018 edition
This commit is contained in:
@@ -31,6 +31,7 @@ regex = "1.0"
|
||||
log = "0.4"
|
||||
env_logger = "0.5"
|
||||
rbx-tree = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
|
||||
rbxmx = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
|
||||
uuid = { version = "0.7", features = ["v4", "serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user