Skip to content

Commit

Permalink
Bump to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Jul 13, 2016
1 parent 58b5139 commit bee21c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fnv"
version = "1.0.2"
version = "1.0.3"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Fowler–Noll–Vo hash function"
license = "Apache-2.0 / MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ To include this crate in your program, add the following to your `Cargo.toml`:

```toml
[dependencies]
fnv = "1.0.2"
fnv = "1.0.3"
```


Expand Down

0 comments on commit bee21c4

Please sign in to comment.