Skip to content

Commit

Permalink
update to published rlp-derive (openethereum#11489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Feb 13, 2020
1 parent 9477bae commit 3424697
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 499 deletions.
33 changes: 17 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethcore/blockchain/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ parking_lot = "0.10.0"
rayon = "1.0"
rlp = "0.4.0"
rlp_compress = { path = "../../util/rlp-compress" }
rlp_derive = { path = "../../util/rlp-derive" }
rlp-derive = "0.1"
triehash-ethereum = { version = "0.2", path = "../../util/triehash-ethereum" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ethcore/db/Cargo.toml
Expand Up @@ -14,4 +14,4 @@ kvdb = "0.4.0"
parity-util-mem = "0.5.1"
parking_lot = "0.10.0"
rlp = "0.4.0"
rlp_derive = { path = "../../util/rlp-derive" }
rlp-derive = "0.1"
2 changes: 1 addition & 1 deletion ethcore/light/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ vm = { path = "../vm" }
fastmap = { path = "../../util/fastmap" }
failsafe = { version = "0.3.0", default-features = false, features = ["parking_lot_mutex"] }
rlp = "0.4.0"
rlp_derive = { path = "../../util/rlp-derive" }
rlp-derive = "0.1"
smallvec = "1.2.0"
futures = "0.1"
rand = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/private-tx/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ trie-db = "0.20.0"
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
registrar = { path = "../../util/registrar" }
rlp = "0.4.0"
rlp_derive = { path = "../../util/rlp-derive" }
rlp-derive = "0.1"
rustc-hex = "1.0"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/snapshot/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ rand = "0.7"
rand_xorshift = "0.2"
parking_lot = "0.10.0"
rlp = "0.4.2"
rlp_derive = { path = "../../util/rlp-derive" }
rlp-derive = "0.1"
scopeguard = "1.0.0"
snappy = { package = "parity-snappy", version ="0.1.0" }
state-db = { path = "../state-db" }
Expand Down
2 changes: 1 addition & 1 deletion ethcore/trace/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ parity-bytes = "0.1.0"
parity-util-mem = "0.5.1"
parking_lot = "0.10.0"
rlp = "0.4.0"
rlp_derive = { path = "../../util/rlp-derive" }
rlp-derive = "0.1"
vm = { path = "../vm" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ethcore/types/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ parity-util-mem = "0.5.1"
parity-snappy = "0.1"
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
rlp = "0.4.0"
rlp_derive = { path = "../../util/rlp-derive" }
rlp-derive = "0.1"
unexpected = { path = "../../util/unexpected" }
vm = { path = "../vm"}

Expand Down
2 changes: 1 addition & 1 deletion util/EIP-2124/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ crc = "1"
ethereum-types = "0.8.0"
maplit = "1"
rlp = "0.4"
rlp_derive = { path = "../rlp-derive" }
rlp-derive = "0.1"

[dev-dependencies]
hex-literal = "0.2"
17 changes: 0 additions & 17 deletions util/rlp-derive/Cargo.toml

This file was deleted.

193 changes: 0 additions & 193 deletions util/rlp-derive/src/de.rs

This file was deleted.

0 comments on commit 3424697

Please sign in to comment.