Skip to content

Commit 036f326

Browse files
committed
Updated CRoaring version to 4.3.5
1 parent 85a95f6 commit 036f326

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub Release](https://img.shields.io/github/v/release/k-wojcik/Roaring.Net?include_prereleases&sort=semver)](https://github.com/k-wojcik/Roaring.Net/releases)
55
[![NuGet Version](https://img.shields.io/nuget/vpre/Roaring.Net)](https://www.nuget.org/packages/Roaring.Net)
66
[![Codecov](https://img.shields.io/codecov/c/github/k-wojcik/Roaring.Net?token=ITL13NZGAH)](https://codecov.io/github/k-wojcik/Roaring.Net)
7-
7+
![CRoaring version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fk-wojcik%2FRoaring.Net%2Frefs%2Fheads%2Fmaster%2Fvcpkg.json&query=%24.overrides%5B0%5D.version&label=CRoaring)
88

99
A .NET wrapper for [CRoaring](https://github.com/RoaringBitmap/CRoaring) - a C implementation of [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap).
1010

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"builtin-baseline": "a7d06b3a72d5ec48353bacb84152bd027ee9999b",
2+
"builtin-baseline": "ebc2e14093db29fbd8277c7ec8e4eb81a222fdc3",
33
"dependencies": [
44
"roaring"
55
],
66
"overrides": [
77
{
88
"name": "roaring",
9-
"version": "4.3.1"
9+
"version": "4.3.5"
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)