mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-22 01:11:00 +00:00
Bump http to 2.0
This commit is contained in:
parent
ee218f4c2d
commit
0673b818e9
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
[package]
|
||||
name = "http-signature-normalization-http"
|
||||
description = "An HTTP Signatures library that leaves the signing to you"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
license-file = "../LICENSE"
|
||||
readme = "../README.md"
|
||||
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
||||
keywords = ["http", "signatures", "digest", "actix"]
|
||||
keywords = ["http", "signatures", "digest"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
http = "0.1"
|
||||
http = "0.2"
|
||||
http-signature-normalization = { version = "0.1.0", path = ".." }
|
||||
|
|
Loading…
Reference in a new issue