bump version to 1.0.0

This commit is contained in:
Niko Matsakis 2018-05-24 09:05:38 -04:00
parent 36ba78a873
commit abd3d05849

View File

@ -1,10 +1,11 @@
[package]
name = "rustc-hash"
version = "0.1.0"
version = "1.0.0"
authors = ["The Rust Project Developers"]
description = "speed, non-cryptographic hash used in rustc"
license = "Apache-2.0/MIT"
readme = "README.md"
keywords = ["hash", "fxhash", "rustc"]
repository = "https://github.com/rust-lang-nursery/rustc-hash"
[dependencies]