Skip to content
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

fix(deps): update rust crate quote to 1.0.36 #172

Merged
merged 1 commit into from
Jun 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
quote dependencies patch 1.0 -> 1.0.36

Release Notes

dtolnay/quote (quote)

v1.0.36

Compare Source

  • Documentation improvements

v1.0.35

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.34

Compare Source

  • Documentation improvements

v1.0.33

Compare Source

v1.0.32

Compare Source

v1.0.31

Compare Source

  • Eliminate build.rs to reduce build time

v1.0.30

Compare Source

  • Documentation improvements

v1.0.29

Compare Source

  • Fix proc_macro_span_shrink-related build error when built with -Zminimal-versions

v1.0.28

Compare Source

  • Enable proc_macro support on wasm targets (#​254)

v1.0.27

Compare Source

  • Documentation improvements

v1.0.26

Compare Source

  • Improve error message on incorrectly typed span (#​247)

v1.0.25

Compare Source

  • Generalize quote_spanned! to accept DelimSpan as span (#​239)

v1.0.24

Compare Source

  • Documentation improvements

v1.0.23

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.22

Compare Source

  • Documentation improvements

v1.0.21

Compare Source

  • Add keywords to crates.io metadata

v1.0.20

Compare Source

  • Remove workaround for dealing with invalid spans on new enough compilers (#​224, thanks @​mystor)
  • Use Ident::new_raw to quote raw identifiers (#​225, thanks @​mystor)

v1.0.19

Compare Source

  • Improve the way rustc's -Zunpretty=expanded renders quote's expanded code (#​221)

v1.0.18

Compare Source

  • Special case quote!/quote_spanned! for inputs of size 1 and 2 tokens to improve performance (#​217, thanks @​nnethercote)
  • Documentation improvement (#​219)

v1.0.17

Compare Source

  • Documentation improvements

v1.0.16

Compare Source

v1.0.15

Compare Source

v1.0.14

Compare Source

  • Optimization to reduce calls over the proc macro bridge (#​203)

v1.0.13

Compare Source

  • Documentation improvements

v1.0.12

Compare Source

  • Fix proc-macro2 dependency to work with -Zminimal-versions builds

v1.0.11

Compare Source

  • Improve performance of quote invocations involving literals, lifetimes, and underscore tokens

v1.0.10

Compare Source

v1.0.9

Compare Source

v1.0.8

Compare Source

  • Help debug invalid raw identifiers passed to format_ident! (#​173, #​175)

v1.0.7

Compare Source

  • Add fast path to improve compile time of generated code when using quote! with the default span (#​159)

v1.0.6

Compare Source

v1.0.5

Compare Source

  • Documentation improvements

v1.0.4

Compare Source

v1.0.3

Compare Source

  • Avoid panic when using quote! on raw identifiers (#​140)

v1.0.2

Compare Source

  • Fix missing token if there is a star adjacent to repetition (#​130)

v1.0.1

Compare Source

  • Documentation improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) June 15, 2024 22:47
@renovate renovate bot merged commit ede9a15 into main Jun 15, 2024
8 checks passed
@renovate renovate bot deleted the renovate/quote-1.x branch June 15, 2024 23:19
@vincent-herlemont
Copy link
Owner

🎉 This PR is included in version 0.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant