Skip to content

Update Rust crate smol_str to 0.3.0 - autoclosed#29

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/smol_str-0.x
Closed

Update Rust crate smol_str to 0.3.0 - autoclosed#29
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/smol_str-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Aug 1, 2021

This PR contains the following updates:

Package Type Update Change
smol_str dependencies minor 0.1.170.3.0

Release Notes

rust-analyzer/smol_str (smol_str)

v0.3.4

Compare Source

  • Added rust-version field to Cargo.toml

v0.3.3

Compare Source

  • Optimise StrExt::to_ascii_lowercase_smolstr, StrExt::to_ascii_uppercase_smolstr
    ~2x speedup inline, ~4-22x for heap.
  • Optimise StrExt::to_lowercase_smolstr, StrExt::to_uppercase_smolstr ~2x speedup inline, ~5-50x for heap.
  • Optimise StrExt::replace_smolstr, StrExt::replacen_smolstr for single ascii replace,
    ~3x speedup inline & heap.

v0.3.2

Compare Source

  • Fix SmolStrBuilder::push incorrectly padding null bytes when spilling onto the heap on a
    multibyte character push

v0.3.1

Compare Source

  • Fix SmolStrBuilder leaking implementation details

v0.3.0

Compare Source

  • Remove deprecated SmolStr::new_inline_from_ascii function
  • Remove SmolStr::to_string in favor of ToString::to_string
  • Add impl AsRef<[u8]> for SmolStr impl
  • Add impl AsRef<OsStr> for SmolStr impl
  • Add impl AsRef<Path> for SmolStr impl
  • Add SmolStrBuilder

v0.2.2

Compare Source

  • Add StrExt trait providing to_lowercase_smolstr, replace_smolstr and similar
  • Add PartialEq optimization for ptr_eq-able representations

v0.2.1

Compare Source

v0.2.0

Compare Source

v0.1.25

Compare Source

v0.1.24

Compare Source

v0.1.23

Compare Source

v0.1.22

Compare Source

v0.1.21

Compare Source

v0.1.20

Compare Source

v0.1.19

Compare Source

v0.1.18

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 061b893 to 82ef354 Compare March 7, 2022 10:51
@renovate renovate bot changed the title Update Rust crate smol_str to 0.1.18 Update Rust crate smol_str to 0.1.21 Mar 7, 2022
@renovate renovate bot changed the title Update Rust crate smol_str to 0.1.21 Update Rust crate smol_str to 0.1.23 May 16, 2022
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 82ef354 to fac63e4 Compare May 16, 2022 02:46
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from fac63e4 to bd616a0 Compare March 18, 2023 08:11
@renovate renovate bot changed the title Update Rust crate smol_str to 0.1.23 Update Rust crate smol_str to 0.1.24 Mar 18, 2023
@renovate renovate bot changed the title Update Rust crate smol_str to 0.1.24 Update Rust crate smol_str to 0.1.25 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from bd616a0 to 23564af Compare March 30, 2023 16:56
@renovate renovate bot changed the title Update Rust crate smol_str to 0.1.25 Update Rust crate smol_str to 0.1.24 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 23564af to 6f94f9c Compare March 31, 2023 07:23
@renovate renovate bot changed the title Update Rust crate smol_str to 0.1.24 Update Rust crate smol_str to 0.2.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 6f94f9c to 5850f90 Compare April 17, 2023 11:38
@renovate renovate bot changed the title Update Rust crate smol_str to 0.2.0 Update Rust crate smol_str to 0.2.1 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 5850f90 to 7d77050 Compare January 16, 2024 15:07
@renovate renovate bot changed the title Update Rust crate smol_str to 0.2.1 Update Rust crate smol_str to 0.2.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 7d77050 to ced830b Compare May 5, 2024 10:45
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from ced830b to ef28cea Compare September 3, 2024 11:32
@renovate renovate bot changed the title Update Rust crate smol_str to 0.2.0 Update Rust crate smol_str to 0.3.0 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from ef28cea to 69adf7d Compare August 10, 2025 15:12
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 69adf7d to 69a0e2c Compare September 25, 2025 21:13
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch 2 times, most recently from 4bba140 to 9096e1a Compare October 23, 2025 17:30
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 9096e1a to 61b87b8 Compare December 12, 2025 06:58
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 61b87b8 to 8723cba Compare December 31, 2025 16:37
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 8723cba to 3461649 Compare January 8, 2026 22:58
@renovate renovate bot changed the title Update Rust crate smol_str to 0.3.0 Update Rust crate smol_str to 0.3.0 - autoclosed Jan 9, 2026
@renovate renovate bot closed this Jan 9, 2026
@renovate renovate bot deleted the renovate/smol_str-0.x branch January 9, 2026 21:00
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

Successfully merging this pull request may close these issues.

0 participants