Skip to content

Commit

Permalink
Update ring to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
azyobuzin committed Sep 3, 2017
1 parent cb139ce commit 79d4e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "oauthcli"
version = "2.0.0-beta-1"
version = "2.0.0-beta-2"
authors = ["azyobuzin <azyobuzin@users.sourceforge.jp>"]
description = "Implementation of OAuth 1.0 (and Twitter's f*ckin' OAuth) Client"
documentation = "https://docs.rs/oauthcli/2.0.0/oauthcli/"
documentation = "https://docs.rs/oauthcli/2.0.0-beta-2/oauthcli/"
repository = "https://github.com/azyobuzin/rust-oauthcli"
readme = "README.md"
keywords = ["oauth"]
Expand All @@ -16,7 +16,7 @@ travis-ci = { repository = "azyobuzin/rust-oauthcli" }
[dependencies]
base64 = "0.6"
rand = "0.3"
ring = { version = "0.11", default-features = false }
ring = { version = "0.12", default-features = false }
time = "0.1"
url = "1"

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -26,3 +26,7 @@ let header =

assert_eq!(header.to_string(), "OAuth ......")
```

# Help me
`oauthcli` has already reached v1.0.0 although `ring` is not stable.
What shoud I do for not breaking the compatibility?

0 comments on commit 79d4e1d

Please sign in to comment.