Skip to content

Commit

Permalink
Merge pull request #5 from asonix/v0.1.3-release
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
asonix authored Jan 15, 2018
2 parents 958244e + 965e9c7 commit 6c9d446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "http-signatures"
description = "An implementation of the HTTP Signatures RFC"
version = "0.1.2"
version = "0.1.3"
license = "GPL-3.0"
authors = ["Riley Trautman <[email protected]>"]
repository = "https://github.com/asonix/http-signatures"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This crate is used to create and verify HTTP Signatures, defined [here](https://tools.ietf.org/html/draft-cavage-http-signatures-09). It has support for Hyper, Rocket, and Reqwest types. In the future, I might also support Iron middleware for verification.

[crates.io](https://crates.io/crates/http-signatures) [docs.rs](https://docs.rs/http-signatures/)
[crates.io](https://crates.io/crates/http-signatures) [documentation](https://asonix.github.io/http-signatures/http_signatures/index.html)

### Running the examples
Since this crate is built to modularly require dependencies, running the examples is not as straightforward as for other projects. To run `hyper_server` and `hyper_client`, the proper commands are
Expand Down

0 comments on commit 6c9d446

Please sign in to comment.