Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeehoonkang committed Feb 10, 2018
1 parent 4db14fa commit 2ca3c86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crossbeam-deque"
version = "0.1.1"
version = "0.3.0"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -15,8 +15,8 @@ categories = ["algorithms", "concurrency", "data-structures"]
travis-ci = { repository = "crossbeam-rs/crossbeam-deque" }

[dependencies]
crossbeam-epoch = "0.2.0"
crossbeam-epoch = "0.4.0"
crossbeam-utils = "0.2.1"

[dev-dependencies]
rand = "0.3"
rand = "0.4"

0 comments on commit 2ca3c86

Please sign in to comment.