Skip to content

Commit

Permalink
Merge pull request #29 from zummenix/release_0.6.0
Browse files Browse the repository at this point in the history
Prepare for 0.6.0
  • Loading branch information
zummenix committed Jun 11, 2016
2 parents 849172a + bddf684 commit a42e59b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "expectest"
version = "0.5.1"
version = "0.6.0"
authors = ["Aleksey Kuznetsov <zummenix@gmail.com>"]

description = "Crate provides matchers and matcher functions for unit testing."
Expand All @@ -16,10 +16,10 @@ build = "build.rs"
num-traits = "0.1.32"

[build-dependencies]
skeptic = "0.4.0"
skeptic = "0.5.0"

[dev-dependencies]
skeptic = "0.4.0"
skeptic = "0.5.0"

[features]
nightly = []
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ expected to be equal to <[1, 2, 3]>, got <[1, 2, 2]>
In your Cargo.toml:
```toml
[dev-dependencies]
expectest = "0.5.1"
expectest = "0.6.0"
```

> Note: If you're using nightly rust you can use `nightly` feature:
> ```toml
> [dev-dependencies]
> expectest = { version = "0.5.1", features = ["nightly"] }
> expectest = { version = "0.6.0", features = ["nightly"] }
> ```
> In this case failure messages will be integrated in rust's standard panic message.
Expand Down

0 comments on commit a42e59b

Please sign in to comment.