Remove forgotten Table references
This commit is contained in:
21
Cargo.lock
generated
21
Cargo.lock
generated
@@ -135,9 +135,6 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironsea_index"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ironsea_table 0.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ironsea_index_hashmap"
|
||||
@@ -165,22 +162,6 @@ dependencies = [
|
||||
name = "ironsea_store"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "ironsea_table"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "ironsea_table_vector"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ironsea_store 0.1.0",
|
||||
"ironsea_table 0.1.0",
|
||||
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itoa"
|
||||
version = "0.4.4"
|
||||
@@ -246,8 +227,6 @@ dependencies = [
|
||||
"ironsea_index 0.1.0",
|
||||
"ironsea_index_hashmap 0.1.0",
|
||||
"ironsea_index_sfc_dbc 0.1.0",
|
||||
"ironsea_table 0.1.0",
|
||||
"ironsea_table_vector 0.1.0",
|
||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"measure_time 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
@@ -31,8 +31,6 @@ mercator_db = "^0.1"
|
||||
mercator_db = { path = "../mercator_db" }
|
||||
ironsea_index = { path = "../ironsea_index" }
|
||||
ironsea_store = { path = "../ironsea_store" }
|
||||
ironsea_table = { path = "../ironsea_table" }
|
||||
|
||||
ironsea_index_hashmap = { path = "../ironsea_index_hashmap" }
|
||||
ironsea_index_sfc_dbc = { path = "../ironsea_index_sfc_dbc" }
|
||||
ironsea_table_vector = { path = "../ironsea_table_vector" }
|
||||
|
||||
Reference in New Issue
Block a user