Release 0.3.6

This commit is contained in:
David Tolnay 2017-01-12 20:46:50 -08:00
parent 5ac277bac5
commit 618a2f20ef
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root] [root]
name = "cargo-expand" name = "cargo-expand"
version = "0.3.5" version = "0.3.6"
dependencies = [ dependencies = [
"isatty 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "isatty 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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