Cut an internals release

This commit is contained in:
David Tolnay 2017-04-20 08:11:31 -07:00
parent cf1cdadc77
commit bc2d637112
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 4 additions and 2 deletions

View File

@ -21,5 +21,5 @@ proc-macro = true
[dependencies]
quote = "0.3.8"
serde_derive_internals = { version = "=0.14.2", default-features = false, path = "../serde_derive_internals" }
serde_derive_internals = { version = "=0.15.0", default-features = false, path = "../serde_derive_internals" }
syn = { version = "0.11", features = ["visit"] }

View File

@ -1,6 +1,6 @@
[package]
name = "serde_derive_internals"
version = "0.14.2"
version = "0.15.0" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "AST representation used by Serde derive macros. Unstable."

View File

@ -6,6 +6,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![doc(html_root_url = "https://docs.rs/serde_derive_internals/0.15.0")]
extern crate syn;
#[macro_use]
extern crate synom;