Release 0.3.5

This commit is contained in:
David Tolnay 2016-12-23 20:20:54 -05:00
parent 4198318bc7
commit b4779970db
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.3.4"
version = "0.3.5"
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."