tectonicdb
tectonicdb copied to clipboard
Bump arrayvec from 0.7.1 to 0.7.2
Bumps arrayvec from 0.7.1 to 0.7.2.
Changelog
Sourced from arrayvec's changelog.
0.7.2
- Add
.as_mut_str()toArrayStringby@clarfonthey- Add
remaining_capacitytoArrayStringby@bhgomes- Add
zero_filledconstructor by@c410-f3r- Optimize
retainby@TennyZhuangand@niklasf- Make the following methods
constby@bhgomes:
- len
- is_empty
- capacity
- is_full
- remaining_capacity
- CapacityError::new
Commits
67ec9070.7.2a4690c9Merge pull request #194 from bhgomes/const-fns4c8149aMerge pull request #200 from niklasf/follow-vec-retainbc21f19Follow optimization of std::Vec::retain (rust-lang/rust#88060)e209a50Merge pull request #197 from c410-f3r/str1e74077Doc/wording edit for zero_fillede98cb1cTypof5acafaAdd zero_filled constructor17c5dd0upgrade len/capacity-related functions to const-fn481f930add remaining_capacity to ArrayString- 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)