Skip to content

Commit 0797b4e

Browse files
authored
Merge pull request #112 from dtolnay/build
Restore compatibility with rustc 1.15-1.16
2 parents f96d995 + 203f28c commit 0797b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ keywords = ["macros"]
88
repository = "https://github.com/alexcrichton/proc-macro2"
99
homepage = "https://github.com/alexcrichton/proc-macro2"
1010
documentation = "https://docs.rs/proc-macro2"
11+
build = "build.rs"
1112
description = """
1213
A stable implementation of the upcoming new `proc_macro` API. Comes with an
1314
option, off by default, to also reimplement itself in terms of the upstream

0 commit comments

Comments
 (0)