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

28
server/Cargo.lock generated
View File

@@ -850,19 +850,19 @@ dependencies = [
]
[[package]]
name = "rbx-binary"
name = "rbx_binary"
version = "0.1.0"
source = "git+https://github.com/LPGhatguy/rbx-tree.git#c0393de710c32a1766b4ae829e24bab8a9e48cc2"
source = "git+https://github.com/LPGhatguy/rbx-tree.git#b5972918fae985f9570811ab05993d268aba03cc"
dependencies = [
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
"lz4 1.23.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rbx-tree 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"rbx_tree 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
]
[[package]]
name = "rbx-tree"
name = "rbx_tree"
version = "0.1.0"
source = "git+https://github.com/LPGhatguy/rbx-tree.git#c0393de710c32a1766b4ae829e24bab8a9e48cc2"
source = "git+https://github.com/LPGhatguy/rbx-tree.git#b5972918fae985f9570811ab05993d268aba03cc"
dependencies = [
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -870,11 +870,11 @@ dependencies = [
]
[[package]]
name = "rbx-xml"
name = "rbx_xml"
version = "0.1.0"
source = "git+https://github.com/LPGhatguy/rbx-tree.git#c0393de710c32a1766b4ae829e24bab8a9e48cc2"
source = "git+https://github.com/LPGhatguy/rbx-tree.git#b5972918fae985f9570811ab05993d268aba03cc"
dependencies = [
"rbx-tree 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"rbx_tree 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -930,9 +930,9 @@ dependencies = [
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"notify 4.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rbx-binary 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"rbx-tree 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"rbx-xml 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"rbx_binary 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"rbx_tree 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"rbx_xml 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)",
"regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rouille 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1509,9 +1509,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
"checksum rbx-binary 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)" = "<none>"
"checksum rbx-tree 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)" = "<none>"
"checksum rbx-xml 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)" = "<none>"
"checksum rbx_binary 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)" = "<none>"
"checksum rbx_tree 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)" = "<none>"
"checksum rbx_xml 0.1.0 (git+https://github.com/LPGhatguy/rbx-tree.git)" = "<none>"
"checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
"checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467"

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"