Browse Source

Bump version to 0.2.16

Appparently this crate was affected by
https://github.com/rust-lang/cargo/issues/2326
pull/3/head 0.2.16
Cesar Eduardo Barros 8 years ago
parent
commit
2e4bd13d4e
  1. 2
      Cargo.toml

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "blake2-rfc"
version = "0.2.15"
version = "0.2.16"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
description = "A pure Rust implementation of BLAKE2 based on RFC 7693."
repository = "https://github.com/cesarb/blake2-rfc"

Loading…
Cancel
Save