sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Bump bit-vec to v0.8

Open ZennoZenith opened this issue 3 months ago • 0 comments

bit-vec

bit-vec v0.8 has been out for over a year.

I have run test as per [[tests/README.md]]. Some tests failed to compile (cargo test --no-default-features --manifest-path sqlx-core/Cargo.toml --features json,offline,migrate,_rt-async-std,_tls-rustls) because of some feature not set in [[tests/x.py:151]]. After adding those features manually it compiled and passed.

ZennoZenith avatar Nov 10 '25 05:11 ZennoZenith