Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Dec 5, 2020
1 parent 40a662c commit ae963ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [v0.1](https://docs.rs/storages/0.1)

- Initial implementation for `RawBox` and `Box` based on a buffer backend
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "storages"
version = "0.0.0"
version = "0.1.0"
authors = ["Tim Diekmann <tim.diekmann@3dvision.de>"]
edition = "2018"
description = "Storage backends for collections"
Expand Down
3 changes: 3 additions & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2020-11-24"
components = [ "rustfmt", "miri", "clippy" ]
1 change: 0 additions & 1 deletion toolchain

This file was deleted.

0 comments on commit ae963ac

Please sign in to comment.