We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
~/.cargo/credentials
$ cargo owner --list Updating crates.io index eldesh (eldesh) github:idein:engineers (Engineers)
$ git checkout -b release/x.y.z
Cargo.toml > version
cargo build
Cargo.lock
$ cargo build --examples $ cargo doc $ cargo test
$ cargo package
$ git push release/x.y.z
$ git tag vX.Y.Z
$ git clone file:///home/idein/libv4l-sys new-libv4l-sys $ cd new-libv4l-sys $ git checkout vX.Y.Z
new-libv4l-sys$ cargo package
new-libv4l-sys$ cargo publish --dry-run
new-libv4l-sys$ cargo publish
new-libv4l-sys$ git push origin vX.Y.Z