Upgrade to latest rbx_tree (underscores! )

This commit is contained in:
Lucien Greathouse
2018-12-03 11:58:09 -08:00
parent db7f8ffb1b
commit 75359e2b83
2 changed files with 17 additions and 17 deletions

View File

@@ -32,9 +32,9 @@ log = "0.4"
env_logger = "0.5"
uuid = { version = "0.7", features = ["v4", "serde"] }
failure = "0.1.3"
rbx-tree = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
rbx-xml = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
rbx-binary = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
rbx_tree = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
rbx_xml = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
rbx_binary = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
[dev-dependencies]
tempfile = "3.0"