-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for the next proc-macro2 release
Depends on dtolnay/proc-macro2#90
- Loading branch information
1 parent
c1ff101
commit aa29e17
Showing
6 changed files
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "quote" | ||
version = "0.5.2" # don't forget to update html_root_url, version in readme for breaking changes | ||
version = "0.6.0" # don't forget to update html_root_url, version in readme for breaking changes | ||
authors = ["David Tolnay <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
description = "Quasi-quoting macro quote!(...)" | ||
|
@@ -11,10 +11,13 @@ readme = "README.md" | |
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] | ||
|
||
[dependencies] | ||
proc-macro2 = { version = "0.3", default-features = false } | ||
proc-macro2 = { version = "0.4", default-features = false } | ||
|
||
[features] | ||
default = ["proc-macro"] | ||
# Disabling the proc-macro feature removes the dynamic library dependency on | ||
# libproc_macro in the rustc compiler. | ||
proc-macro = ["proc-macro2/proc-macro"] | ||
|
||
[patch.crates-io] | ||
proc-macro2 = { git = 'https://github.com/alexcrichton/proc-macro2', branch = 'next' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters