postgres-parser
postgres-parser copied to clipboard
Bump quote from 1.0.9 to 1.0.23
Bumps quote from 1.0.9 to 1.0.23.
Release notes
Sourced from quote's releases.
1.0.22
- Documentation improvements
1.0.21
- Add keywords to crates.io metadata
1.0.20
- Remove workaround for dealing with invalid spans on new enough compilers (#224, thanks
@mystor)- Use
Ident::new_rawto quote raw identifiers (#225, thanks@mystor)1.0.19
- Improve the way rustc's -Zunpretty=expanded renders quote's expanded code (#221)
1.0.18
- Special case
quote!/quote_spanned!for inputs of size 1 and 2 tokens to improve performance (#217, thanks@nnethercote)- Documentation improvement (#219)
1.0.17
- Documentation improvements
1.0.16
- Improve compile time of
quote!andquote_spanned!calls by a few percent (#209, #210, thanks@nnethercote@lqd)1.0.15
- Retrigger docs.rs build to work around rustdoc regression (rust-lang/rust#92331)
1.0.14
- Optimization to reduce calls over the proc macro bridge (#203)
1.0.13
- Documentation improvements
1.0.12
- Fix proc-macro2 dependency to work with
-Zminimal-versionsbuilds1.0.11
- Improve performance of quote invocations involving literals, lifetimes, and underscore tokens
1.0.10
- Work around regression in nightly Clippy: rust-lang/rust-clippy#7768
Commits
550af67Release 1.0.23b0337d0Opt out -Zrustdoc-scrape-examples on docs.rs2386c5aRelease 1.0.22ead304aUpdate build status badge51d3bd2Update ui test suite to nightly-2022-12-152922a8eTime out workflows after 45 minutes6f42f3cFix renamed let_underscore_drop lintb2e30ccMIT copyright lineefc9b69Ui test changes for trybuild 1.0.661e2b198Raise minimum tested toolchain to rust 1.56- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)