cargo-uv 0.7.0

A simple Cargo tool for updating the version in your project.
Documentation
1
2
3
4
5
6
7
8
9
10
#[allow(clippy::module_inception)]
pub(crate) mod git;
pub(crate) mod git_file;

pub use git::Git;
pub use git::GitBuilder;
pub use git::NoRootDirSet;
pub use git::OutputExt;
pub use git_file::GitFile;
pub use git_file::GitFiles;