Bump REAME crate version

This commit is contained in:
Francis Lalonde 2018-01-17 12:37:38 -05:00
parent 04d1b93ecd
commit 928704233d
3 changed files with 3 additions and 2 deletions

View File

@ -58,5 +58,5 @@ bench = []
#sign-commit = true
#upload-doc = true
pre-release-replacements = [
{file="README.md", search="^dipstick = \"[a-z0-9\\.-]+\"", replace="dipstick = \"{{version}}\""}
{file="README.md", search="dipstick = \"[a-z0-9\\.-]+\"", replace="dipstick = \"{{version}}\""}
]

View File

@ -32,7 +32,7 @@ To use Dipstick in your project, add the following line to your `Cargo.toml`
in the `[dependencies]` section:
```toml
dipstick = "0.4.18"
dipstick = "0.6.5"
```
Then add it to your code:

View File

@ -32,6 +32,7 @@ mod pcg32;
mod lru_cache;
pub mod error;
pub use error::*;
#[macro_use]
pub mod macros;