Skip to content

Commit

Permalink
Mention spurious CI failures during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 20, 2019
1 parent 248810b commit ad8e2e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ travis-ci = { repository = "alexcrichton/proc-macro2" }
# section. You need to delete this section and then publish with --allow-dirty.
# A PR https://github.com/rust-lang/cargo/pull/6535 proposes to make it no
# longer an error to publish with a patch section.
#
# Travis builds that are in progress at the time that you publish may spuriously
# fail. This is because they'll be building a local proc-macro2 which carries
# the second-most-recent version number, pulling in quote which resolves to a
# dependency on the just-published most recent version number. Thus the patch
# will fail to apply because the version numbers are different.
proc-macro2 = { path = "." }

0 comments on commit ad8e2e5

Please sign in to comment.