Skip to content

Commit

Permalink
Prepare to publish preview as syn-next
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 2, 2018
1 parent 35b498e commit 606e794
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[package]
name = "syn"
name = "syn-next"
version = "0.14.9" # don't forget to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Nom parser for Rust source code"
repository = "https://github.com/dtolnay/syn"
documentation = "https://docs.rs/syn"
repository = "https://github.com/dtolnay/syn/tree/next"
documentation = "https://docs.rs/syn-next"
categories = ["development-tools::procedural-macro-helpers"]
readme = "README.md"
include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"]

[lib]
name = "syn"

[[example]]
name = "dump-syntax"
path = "examples/dump-syntax/main.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
//! dynamic library libproc_macro from rustc toolchain.

// Syn types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/syn/0.14.9")]
#![doc(html_root_url = "https://docs.rs/syn-next/0.14.9")]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Ignored clippy lints.
#![cfg_attr(
Expand Down

0 comments on commit 606e794

Please sign in to comment.