diff --git a/Cargo.toml b/Cargo.toml index caf7032..9c6dc58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-osha" description = "A small utility to count the uses of unsafe code in a Rust program." -version = "0.1.0" +version = "0.1.1" authors = ["Simon Heath "] repository = "https://github.com/icefoxen/cargo-osha" readme = "README.md" @@ -15,4 +15,4 @@ maintenance = { status = "as-is" } [dependencies] syn = {version = "0.12", features = ["parsing", "printing", "clone-impls", "full", "extra-traits", "visit"]} -clap = "2" \ No newline at end of file +clap = "2"