Release 0.2.1

This commit is contained in:
David Tolnay 2016-11-26 08:28:25 -08:00
parent 67550586f7
commit 7410c4667f
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.0"
version = "0.2.1"
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."