-
Notifications
You must be signed in to change notification settings - Fork 1
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
deps: update rust crate proc-macro2 to v1.0.89 #91
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/proc-macro2-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/proc-macro2-1.x-lockfile
branch
from
May 7, 2024 04:32
1af540f
to
f4f076d
Compare
renovate
bot
changed the title
deps: update rust crate proc-macro2 to v1.0.81
deps: update rust crate proc-macro2 to v1.0.82
May 7, 2024
renovate
bot
force-pushed
the
renovate/proc-macro2-1.x-lockfile
branch
from
May 20, 2024 01:23
f4f076d
to
efbe75a
Compare
renovate
bot
changed the title
deps: update rust crate proc-macro2 to v1.0.82
deps: update rust crate proc-macro2 to v1.0.83
May 20, 2024
renovate
bot
force-pushed
the
renovate/proc-macro2-1.x-lockfile
branch
from
May 25, 2024 18:36
efbe75a
to
547109a
Compare
renovate
bot
changed the title
deps: update rust crate proc-macro2 to v1.0.83
deps: update rust crate proc-macro2 to v1.0.84
May 25, 2024
renovate
bot
force-pushed
the
renovate/proc-macro2-1.x-lockfile
branch
from
June 2, 2024 06:47
547109a
to
dd05d99
Compare
renovate
bot
changed the title
deps: update rust crate proc-macro2 to v1.0.84
deps: update rust crate proc-macro2 to v1.0.85
Jun 2, 2024
renovate
bot
force-pushed
the
renovate/proc-macro2-1.x-lockfile
branch
from
June 21, 2024 05:16
dd05d99
to
2b458e1
Compare
renovate
bot
changed the title
deps: update rust crate proc-macro2 to v1.0.85
deps: update rust crate proc-macro2 to v1.0.86
Jun 21, 2024
renovate
bot
force-pushed
the
renovate/proc-macro2-1.x-lockfile
branch
from
October 7, 2024 15:34
2b458e1
to
62d6a7a
Compare
renovate
bot
changed the title
deps: update rust crate proc-macro2 to v1.0.86
deps: update rust crate proc-macro2 to v1.0.87
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/proc-macro2-1.x-lockfile
branch
from
October 16, 2024 17:39
62d6a7a
to
e48a6fe
Compare
renovate
bot
changed the title
deps: update rust crate proc-macro2 to v1.0.87
deps: update rust crate proc-macro2 to v1.0.88
Oct 16, 2024
renovate
bot
force-pushed
the
renovate/proc-macro2-1.x-lockfile
branch
from
October 22, 2024 18:45
e48a6fe
to
528c658
Compare
renovate
bot
changed the title
deps: update rust crate proc-macro2 to v1.0.88
deps: update rust crate proc-macro2 to v1.0.89
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.54
->1.0.89
Release Notes
dtolnay/proc-macro2 (proc-macro2)
v1.0.89
Compare Source
v1.0.88
Compare Source
Span::start
andSpan::end
inside proc macros on nightly (#472)v1.0.87
Compare Source
Punct::new
(#470)v1.0.86
Compare Source
v1.0.85
Compare Source
v1.0.84
Compare Source
v1.0.83
Compare Source
Ident
(#462)v1.0.82
Compare Source
v1.0.81
Compare Source
v1.0.80
Compare Source
Literal::byte_character
constructor (#449)Literal::c_string
constructor #450)v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
v1.0.76
Compare Source
dead_code
warning false positive (#435)v1.0.75
Compare Source
v1.0.74
Compare Source
v1.0.73
Compare Source
v1.0.72
Compare Source
v1.0.71
Compare Source
deny(unsafe_op_in_unsafe_fn)
lintv1.0.70
Compare Source
Ident::new
so that panics on invalid input are attributed to the caller (#423)v1.0.69
Compare Source
v1.0.68
Compare Source
v1.0.67
Compare Source
(/*ERROR*/)
placeholder that rustc uses for macros that fail to expand (#405)v1.0.66
Compare Source
v1.0.65
Compare Source
v1.0.64
Compare Source
\r
in between tokens (#399)v1.0.63
Compare Source
c"…"
c-string literals (tracking issue: https://github.com/rust-lang/rust/issues/105723)v1.0.62
Compare Source
yanked
v1.0.61
Compare Source
v1.0.60
Compare Source
v1.0.59
Compare Source
v1.0.58
Compare Source
v1.0.57
Compare Source
start()
/end()
implementation onSpan
while the upstream API is iterated on (#383, https://github.com/rust-lang/rust/pull/111571)v1.0.56
Compare Source
v1.0.55
Compare Source
Span
for literals produced via theFromStr
impl ofLiteral
(#378)Literal::subspan
in non-macro contexts when "span-locations" feature is enabled (#379)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.