Skip to content

Commit

Permalink
Prepare rand_isaac 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 25, 2018
1 parent 73613ff commit 4401673
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions rand_isaac/CHANGELOG.md
Expand Up @@ -4,5 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2018-11-26
- Fix `rand_core` version requirement
- Fix doc links

## [0.1.0] - 2018-10-17
- Pulled out of the Rand crate
4 changes: 2 additions & 2 deletions rand_isaac/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rand_isaac"
version = "0.1.0"
version = "0.1.1"
authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -21,7 +21,7 @@ appveyor = { repository = "rust-random/rand" }
serde1 = ["serde", "serde_derive", "rand_core/serde1"]

[dependencies]
rand_core = { path = "../rand_core", version = ">=0.2, <0.4", default-features=false }
rand_core = { path = "../rand_core", version = "0.3", default-features=false }
serde = { version = "1", optional = true }
serde_derive = { version = "^1.0.38", optional = true }

Expand Down

0 comments on commit 4401673

Please sign in to comment.