Release 0.3.0

This commit is contained in:
David Tolnay 2016-12-11 14:22:55 -08:00
parent 2daf1ccc44
commit 5d51a50ddf
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -1,6 +1,6 @@
[package]
name = "cargo-expand"
version = "0.2.1"
version = "0.3.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."