Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

Commit 7941dc9

Browse files
sgkim126majecty
authored andcommitted
primitives library is exported
1 parent 352e280 commit 7941dc9

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ iron = "*"
1313
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
1414
log = "0.4.1"
1515
postgres = { version = "0.15", features = ["with-chrono"] }
16-
primitives = { git = "https://github.com/CodeChain-io/codechain.git", rev = "7cd80ce55f25513e1b4b60f2e148eb9641c3ee51" }
16+
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4.0" }
1717
rand = "0.5.5"
1818
serde = "1.0"
1919
serde_derive = "1.0"

0 commit comments

Comments
 (0)