Skip to content

Commit cfc8b49

Browse files
Seulgi Kimmergify[bot]
authored andcommitted
Move rlp_derive and rlp_compress to the other repository
They are moved to https://github.com/CodeChain-io/rlp.
1 parent 329f6bb commit cfc8b49

File tree

14 files changed

+14
-1782
lines changed

14 files changed

+14
-1782
lines changed

Cargo.lock

Lines changed: 9 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ parking_lot = "0.6.0"
3535
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" }
3636
rand = "0.6.1"
3737
rlp = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.4" }
38-
rlp_compress = { path = "../util/rlp_compress" }
39-
rlp_derive = { path = "../util/rlp_derive" }
38+
rlp_compress = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.2" }
39+
rlp_derive = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.2" }
4040
snap = "0.2"
4141
table = { path = "../util/table" }
4242
util-error = { path = "../util/error" }

network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ never-type = "0.1.0"
2020
parking_lot = "0.6.0"
2121
rand = "0.6.1"
2222
rlp = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.4" }
23-
rlp_derive = { path = "../util/rlp_derive" }
23+
rlp_derive = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.2" }
2424
table = { path = "../util/table" }
2525
time = "0.1"
2626
token-generator = "0.1.0"

state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ lru-cache = "0.1.1"
2020
parking_lot = "0.6.0"
2121
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" }
2222
rlp = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.4" }
23-
rlp_derive = { path = "../util/rlp_derive" }
23+
rlp_derive = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.2" }
2424
rustc-hex = "1.0"
2525
util-error = { path = "../util/error" }

types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ codechain-json = { path = "../json" }
1010
codechain-key = { path = "../key" }
1111
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" }
1212
rlp = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.4" }
13-
rlp_derive = { path = "../util/rlp_derive" }
13+
rlp_derive = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.2" }
1414
serde = "1.0"
1515
serde_derive = "1.0"
1616

util/rlp_compress/Cargo.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

util/rlp_compress/src/common.rs

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)