Skip to content

Commit

Permalink
cargo badge and category
Browse files Browse the repository at this point in the history
  • Loading branch information
llogiq committed Jan 21, 2017
1 parent fa53cf4 commit 8c0715e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
@@ -1,12 +1,16 @@
[package]
name = "overflower"
version = "0.3.1"
version = "0.3.2"
authors = ["Andre Bogus <bogusandre@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/llogiq/overflower"
description = "A compiler plugin to easily select overflow behavior for all integer operations of an item"
readme = "README.md"
keywords = ["arithmetic", "overflow", "plugin"]
categories = ["development-tools"]

[badges]
travis-ci = { repository = "llogiq/overflower" }

[lib]
crate-type = [ "dylib" ]
Expand Down
1 change: 1 addition & 0 deletions support/Cargo.toml
Expand Up @@ -6,6 +6,7 @@ authors = ["Andre Bogus <bogusandre@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/llogiq/overflower"
keywords = ["arithmetic", "overflow", "nightly"]
categories = ["development-tools"]

[dev-dependencies]
quickcheck = "^0.2"

0 comments on commit 8c0715e

Please sign in to comment.