Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jun 8, 2020
1 parent c9fa871 commit 4209bce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "ckb-std"
version = "0.2.2"
version = "0.3.0"
authors = ["jjy <[email protected]>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/jjyr/ckb-std"
description = "This library contains serveral modules help you write CKB contract with Rust"
exclude = ["docs"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -18,4 +19,4 @@ cc = "1.0"

[dependencies]
ckb-types = { package = "ckb-standalone-types", version = "0.0.1-pre.1", default-features = false, optional = true }
ckb-allocator = { path = "ckb-allocator", optional = true }
ckb-allocator = { version = "0.1", optional = true }
2 changes: 2 additions & 0 deletions ckb-allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "ckb-allocator"
version = "0.1.0"
authors = ["jjy <[email protected]>"]
edition = "2018"
license = "MIT"
description = "CKB allocator"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 4209bce

Please sign in to comment.