Skip to content

Commit

Permalink
Update cargo to a recent revision
Browse files Browse the repository at this point in the history
Docs.rs currently stuck with openssl 0.7. This is only cargo revision
that is still using openssl 0.7 instead of 0.9.

Ref: #90
  • Loading branch information
onur committed Dec 26, 2016
1 parent 3da5fa1 commit fc8512c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cratesfyi"
version = "0.2.2"
version = "0.2.3"
authors = ["Onur Aslan <[email protected]>"]
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ error-chain = "0.5"

[dependencies.cargo]
git = "https://github.com/rust-lang/cargo.git"
rev = "02fed69e71806989a96ae372f5d0f7cbb9528c37"
rev = "f6500c6b6480c89492773bff6d41c4abf6c5ee15"

[dev-dependencies]
tempdir = "0.3"
Expand Down

0 comments on commit fc8512c

Please sign in to comment.