commit | 248810b880adf2486385edf71ca4a24bf77ad275 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jan 19 21:05:08 2019 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jan 19 21:05:08 2019 -0800 |
tree | 44727daab2833cdeaf6ee258e8098d65527d7c0f | |
parent | 5c2bf64dd751007119cd4e6d80f3318cb919dc0d [diff] |
Link to patch publishing PR
diff --git a/Cargo.toml b/Cargo.toml index ed1840b..1529c86 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -44,4 +44,6 @@ # # When publishing proc-macro2, Cargo will forbid publishing with a patch # 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. proc-macro2 = { path = "." }