Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #24 from afck/master
Browse files Browse the repository at this point in the history
Version change to 0.4.1
  • Loading branch information
Viv Rajkumar committed Jun 14, 2016
2 parents 90495a6 + e15fbe8 commit 7295e9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Chunk Store - Change Log

## [0.4.1]
- Updated dependencies

## [0.4.0]
- Update to use generics for key and value

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -3,15 +3,15 @@ authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "A simple, non-persistent, disk-based key-value store."
documentation = "http://docs.maidsafe.net/chunk_store/latest"
homepage = "http://maidsafe.net"
license = "GPL-3.0/MaidSafe.net Commercial License 1.0"
license = "GPL-3.0"
name = "chunk_store"
readme = "README.md"
repository = "https://github.com/maidsafe/chunk_store"
version = "0.4.0"
version = "0.4.1"

[dependencies]
clippy = {version = "~0.0.63", optional = true}
maidsafe_utilities = "~0.5.3"
clippy = {version = "~0.0.76", optional = true}
maidsafe_utilities = "~0.6.0"
quick-error = "1.0.0"
rustc-serialize = "~0.3.19"
tempdir = "~0.3.4"
Expand Down

0 comments on commit 7295e9c

Please sign in to comment.