Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Oct 2, 2016
1 parent 9cf89c3 commit d1d0374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "cursive"
readme = "Readme.md"
repository = "https://github.com/gyscos/Cursive"
version = "0.2.6"
version = "0.3.0"
build="build.rs"

[dependencies]
Expand All @@ -23,10 +23,10 @@ version = "5.82.0"

[dev-dependencies]
rand = "0.3"
skeptic = "*"
skeptic = "0.6"

[build-dependencies]
skeptic = "*"
skeptic = "0.6"

[lib]
name = "cursive"
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is designed to be safe and easy to use:

```
[dependencies]
cursive = "0.2"
cursive = "0.3"
```

Or to use the latest git version:
Expand Down

0 comments on commit d1d0374

Please sign in to comment.