Skip to content

Commit

Permalink
update chamomile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhuachuang committed Sep 3, 2021
1 parent c29065e commit 6db0acc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tdn"
version = "0.5.0"
version = "0.5.1"
authors = ["Contact <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ multiple = ["tdn_types/multiple"] # multiple : multiple groups , no layers.
full = ["tdn_types/full"] # full : multiple groups , multiple layers.

[dependencies]
chamomile = "0.5"
chamomile = "0.6"
toml = "0.5"
rand = "0.7"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![crate](https://img.shields.io/badge/crates.io-v0.5-green.svg)](https://crates.io/crates/tdn) [![doc](https://img.shields.io/badge/docs.rs-v0.5-blue.svg)](https://docs.rs/tdn)
[![crate](https://img.shields.io/badge/crates.io-v0.5.1-green.svg)](https://crates.io/crates/tdn) [![doc](https://img.shields.io/badge/docs.rs-v0.5.1-blue.svg)](https://docs.rs/tdn)

# TDN - Trusted Distributed Network
*Blockchain infrastructure framework for security and trusted distributed interactive.*
Expand Down
4 changes: 2 additions & 2 deletions types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tdn_types"
version = "0.5.0"
version = "0.5.1"
authors = ["Contact <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ full = [] # full : multiple groups , multiple layers.

[dependencies]
sha3 = "0.9"
chamomile_types = "0.5"
chamomile_types = "0.6"
tokio = { version = "1", features = ["sync"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"]}
serde_json = { version = "1.0", default-features = false, features = ["alloc"]}

0 comments on commit 6db0acc

Please sign in to comment.