Skip to content

Commit

Permalink
Move random to a dev dependency; only used by unit tests. Bump vers…
Browse files Browse the repository at this point in the history
…ion to 0.2.1
  • Loading branch information
pearfalse committed Jul 9, 2017
1 parent c57c61d commit 896fbba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitterlemon"
version = "0.2.0"
version = "0.2.1"
authors = ["Simon Harris <simon@pearfalse.com>"]
description = "An RLE-based encoder and decoder for bit streams."
license = "MIT"
Expand All @@ -10,4 +10,6 @@ keywords = ["rle", "bitstream", "pack"]

[dependencies]
arrayvec = ">= 0.3"

[dev-dependencies]
random = ">= 0.12"

0 comments on commit 896fbba

Please sign in to comment.