Skip to content

Commit 4bd1a7f

Browse files
Seulgi Kimsgkim126
authored andcommitted
Remove the dependency on limited-table
CodeChain doesn't use it anymore.
1 parent ade8ffd commit 4bd1a7f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

network/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ codechain-types = { path = "../types" }
1313
crossbeam-channel = "0.3"
1414
finally-block = "0.1"
1515
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" }
16-
limited-table = { git = "https://github.com/CodeChain-io/rust-limited-table.git" }
1716
log = "0.4.6"
1817
mio = "0.6.16"
1918
never = { git = "https://github.com/CodeChain-io/rust-never.git" }

network/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ extern crate codechain_types as ctypes;
2727
extern crate core;
2828
extern crate crossbeam_channel;
2929
extern crate finally_block;
30-
extern crate limited_table;
3130
#[macro_use]
3231
extern crate log;
3332
extern crate mio;

0 commit comments

Comments
 (0)