Skip to content

Commit 21e2304

Browse files
author
Seulgi Kim
committed
Bump up the version to 0.2.0
This version changes it to use [email protected]
1 parent 5fcee07 commit 21e2304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "codechain-db"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["CodeChain Team <[email protected]>", "Parity Technologies <[email protected]>"]
55
description = "Databases that CodeChain uses"
66
license = "GPL-3.0"
77
edition = "2018"
88

99
[dependencies]
10-
codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.1" }
10+
codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.2" }
1111
kvdb = "0.1"
1212
plain_hasher = "0.2"
1313
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" }

0 commit comments

Comments
 (0)