We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1b5fc commit ad926ceCopy full SHA for ad926ce
CHANGES.md
@@ -1,3 +1,9 @@
1
+## 0.3.0 (2017-02-26)
2
+
3
+* [#4](https://github.com/RustSec/rustsec-client/pull/4)
4
+ Rename `crate_name` TOML attribute back to `package`.
5
+ ([@tarcieri])
6
7
## 0.2.0 (2017-02-25)
8
9
* [#3](https://github.com/RustSec/rustsec-client/pull/3)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rustsec"
description = "Client library for the RustSec security advisory database"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Tony Arcieri <bascule@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustsec/rustsec"
0 commit comments