Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Apr 21, 2016
1 parent 110da0a commit bf47a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intrusive-collections"
version = "0.1.0"
version = "0.2.0"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Intrusive collections for Rust (linked list and red-black tree)"
documentation = "https://amanieu.github.io/intrusive-rs/intrusive_collections/index.html"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
intrusive-collections = "0.1"
intrusive-collections = "0.2"
```

and this to your crate root:
Expand Down

0 comments on commit bf47a83

Please sign in to comment.