Skip to content

Commit fc8512c

Browse files
committed
Update cargo to a recent revision
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
1 parent 3da5fa1 commit fc8512c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cratesfyi"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Onur Aslan <[email protected]>"]
55
readme = "README.md"
66
license = "MIT"
@@ -34,7 +34,7 @@ error-chain = "0.5"
3434

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

3939
[dev-dependencies]
4040
tempdir = "0.3"

0 commit comments

Comments
 (0)