- I checked the GPG & SHA512 signatures: OK - when running "cargo x test" I got 78 tests passed, but 16 of the cpp_bloom tests failed:
failures: test_cpp_bloom_n0_h3 test_cpp_bloom_n0_h5 test_cpp_bloom_n10000_h3 test_cpp_bloom_n10000_h5 test_cpp_bloom_n2000000_h3 test_cpp_bloom_n2000000_h5 test_cpp_bloom_n30000000_h3 test_cpp_bloom_n30000000_h5 test_java_bloom_n0_h3 test_java_bloom_n0_h5 test_java_bloom_n10000_h3 test_java_bloom_n10000_h5 test_java_bloom_n2000000_h3 test_java_bloom_n2000000_h5 test_java_bloom_n30000000_h3 test_java_bloom_n30000000_h5 Am I missing something? Lee. On Fri, Jan 9, 2026 at 4:28 AM tison <[email protected]> wrote: > Hi everyone, > > I propose releasing Apache DataSketches Rust version 0.2.0. > > Source distribution: > https://dist.apache.org/repos/dist/dev/datasketches/rust/0.2.0-rc.2/ > > GitHub tag: > https://github.com/apache/datasketches-rust/releases/tag/0.2.0-rc.2 > > Testing (choose one or both): > - crates.io RC: cargo add [email protected] > - From source: Download, verify signatures, cargo x test > > To verify signatures: > curl -O > https://dist.apache.org/repos/dist/dev/datasketches/rust/0.2.0-rc.2/apache-datasketches-rust-0.2.0-src.tar.gz > curl -O > https://dist.apache.org/repos/dist/dev/datasketches/rust/0.2.0-rc.2/apache-datasketches-rust-0.2.0-src.tar.gz.asc > gpg --verify apache-datasketches-rust-0.2.0-src.tar.gz.asc > > Vote will remain open for at least 72 hours. > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Best, > tison. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
