Update Rust crate sscanf to 0.3.1 - autoclosed #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/sscanf-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.2.1
->0.3.1
Release Notes
mich101mich/sscanf
v0.3.1
Compare Source
v0.3.0
Compare Source
Improved the performance by no longer relying on one
HashMap<String,...>
lookup per returned type, but using the Regex capture index instead. This requires consistent indexing, which results in aMinor breaking change
for anyone using a custom
RegexRepresentation
implementation or the{:/regex/}
option syntax, because those can no longer contain( )
without un-regex-grouping them by writing(?: )
instead.v0.2.2
Compare Source
Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.
Update Rust crate sscanf to 0.3.1to Update Rust crate sscanf to 0.3.1 - autoclosedPull request closed