Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icefoxen committed Jun 19, 2018
1 parent 8984d9f commit 8fbbe10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <icefoxen@gmail.com>"]
repository = "https://github.com/icefoxen/cargo-osha"
readme = "README.md"
Expand All @@ -15,4 +15,4 @@ maintenance = { status = "as-is" }

[dependencies]
syn = {version = "0.12", features = ["parsing", "printing", "clone-impls", "full", "extra-traits", "visit"]}
clap = "2"
clap = "2"

0 comments on commit 8fbbe10

Please sign in to comment.