Skip to content

paddymills/highsteel-prodctrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

automation that moves production control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published