Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.08 KB

building

make sure you have a rust toolchain installed

cargo build --release --all-features

cargo doc --all-features --no-deps

if you want to open the docs after building

cargo doc --all-features --no-deps --open

upgrading bb8-tiberius or tokio-util

Be careful when upgrading the bb8-tiberius or tokio-util crates (libraries) in Cargo.toml. Because there are trait implementations that works for both a tiberius::Client and a bb8::PooledConnection, the version of tokio-util in Cargo.toml must match the version of tokio-util that bb8-tiberius is using.