Skip to content

Commit

Permalink
Update Rust crate croaring to v2 (#425)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [croaring](https://togithub.com/RoaringBitmap/croaring-rs) |
workspace.dependencies | major | `1.0.1` -> `2.0.0` |

---

### Release Notes

<details>
<summary>RoaringBitmap/croaring-rs (croaring)</summary>

###
[`v2.0.2`](https://togithub.com/RoaringBitmap/croaring-rs/releases/tag/v2.0.2)

Build on CRoaring 4.1

###
[`v2.0.0`](https://togithub.com/RoaringBitmap/croaring-rs/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/RoaringBitmap/croaring-rs/compare/1.1.0...v2.0.0)

### YANKED

This release was yanked to incorporate CRoaring 4.0.0 upstream break,
and waiting for fix on
[RoaringBitmap/CRoaring#635

#### What's Changed

- Add the ability to work in no-std (optionally with alloc) by
[@&#8203;Dr-Emann](https://togithub.com/Dr-Emann) in
[RoaringBitmap/croaring-rs#132

**Full Changelog**:
RoaringBitmap/croaring-rs@1.1.0...v2.0.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/spiraldb/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 4, 2024
1 parent cd6c59e commit d745a2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bytes = "1.6.0"
bzip2 = "0.4.4"
cargo_metadata = "0.18.1"
criterion = { version = "0.5.1", features = ["html_reports"] }
croaring = "1.0.1"
croaring = "2.0.0"
csv = "1.3.0"
datafusion = "39.0.0"
datafusion-common = "39.0.0"
Expand Down

0 comments on commit d745a2a

Please sign in to comment.