Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Feb 19, 2024
1 parent ee48c28 commit 21d08fe
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,6 +1,6 @@
[package]
name = "t1ha"
version = "0.1.1"
version = "0.1.2"
authors = ["Flier Lu <flier.lu@gmail.com>"]
edition = "2018"
license = "Zlib"
Expand All @@ -11,7 +11,7 @@ documentation = "http://doc.rust-lang.org/t1ha"
keywords = ["hash", "t1ha"]
categories = ["algorithms", "no-std"]
build = "build.rs"
exclude = ["/.travis.yml", "/appveyor.yml"]
exclude = ["/appveyor.yml"]
description = "An implementation of the T1AH (Fast Positive Hash) hash function."

[lib]
Expand Down

0 comments on commit 21d08fe

Please sign in to comment.