Skip to content

proc_macro2 v1.0.5 is missing on docs.rs #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
CreepySkeleton opened this issue Oct 19, 2019 · 2 comments
Closed

proc_macro2 v1.0.5 is missing on docs.rs #203

CreepySkeleton opened this issue Oct 19, 2019 · 2 comments

Comments

@CreepySkeleton
Copy link
Contributor

CreepySkeleton commented Oct 19, 2019

That's what I see when I hit the "Go to latest version" button

image

@dtolnay
Copy link
Owner

dtolnay commented Oct 19, 2019

Thanks, this looks like a docs.rs or rustwide issue. I filed rust-lang/docs.rs#440 to follow up.

bors bot added a commit to taiki-e/test that referenced this issue Oct 25, 2019
12: dependabot: update proc-macro2 requirement from 0.4 to 1.0 r=taiki-e a=dependabot-preview[bot]

Updates the requirements on [proc-macro2](https://github.com/alexcrichton/proc-macro2) to permit the latest version.
<details>
<summary>Release notes</summary>

*Sourced from [proc-macro2's releases](https://github.com/alexcrichton/proc-macro2/releases).*

> ## 1.0.6
> - No code changes.
> 
> Just retriggering a docs.rs build because 1.0.5 failed. See [dtolnay/proc-macro2#203](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/203) and https://github-redirect.dependabot.com/rust-lang/docs.rs/issues/440.
</details>
<details>
<summary>Commits</summary>

- [`e82e857`](dtolnay/proc-macro2@e82e857) Release 1.0.6
- [`bc5ad24`](dtolnay/proc-macro2@bc5ad24) Remove unneeded lib name from Cargo.toml
- [`a4e9050`](dtolnay/proc-macro2@a4e9050) Release 1.0.5
- [`29c19f4`](dtolnay/proc-macro2@29c19f4) Merge pull request [#199](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/199) from dtolnay/extend
- [`b07092c`](dtolnay/proc-macro2@b07092c) Defer calls to proc_macro::TokenStream::extend
- [`74f2200`](dtolnay/proc-macro2@74f2200) Remove slow_extend codepath
- [`7f21087`](dtolnay/proc-macro2@7f21087) Simplify FromIterator\<TokenTree> for TokenStream
- [`12bac84`](dtolnay/proc-macro2@12bac84) Add basic benchmark of libproc_macro
- [`a0fa7dd`](dtolnay/proc-macro2@a0fa7dd) Merge pull request [#196](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/196) from mathstuf/target-as-symlink
- [`c67a173`](dtolnay/proc-macro2@c67a173) gitignore: ignore target as a symlink
- Additional commits viewable in [compare view](dtolnay/proc-macro2@0.4.0...1.0.6)
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Taiki Endo <[email protected]>
@CreepySkeleton
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants