Skip to content

Commit

Permalink
add no-std category
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Feb 23, 2017
1 parent 65edd41 commit 90c7cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitintr"
version = "0.1.17"
version = "0.1.18"
authors = ["gnzlbg <gonzalobg88@gmail.com>"]
description = "Portable Bit Manipulation Intrinsics."
documentation = "https://gnzlbg.github.io/bitintr"
Expand All @@ -10,7 +10,7 @@ readme = "readme.md"
keywords = ["portable", "bit", "manipulation", "intrinsics"]
license = "MIT"
build = "build.rs"
categories = ["algorithms", "hardware-support"]
categories = ["algorithms", "hardware-support", "no-std"]

[badges]
travis-ci = { repository = "gnzlbg/bitintr", branch = "master" }
Expand Down

0 comments on commit 90c7cea

Please sign in to comment.