Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Rename package to old-http, bump version minor, and use crates.io. #185

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "http"
version = "0.1.0-pre"
name = "old-http"
version = "0.1.1-pre"
authors = ["Chris Morgan <[email protected]>"]
description = "Obsolete HTTP library"
#documentation =
#homepage =
#documentation =
#homepage =
repository = "https://github.com/chris-morgan/rust-http"
readme = "README.rst"
keywords = ["web", "http", "library"]
Expand All @@ -20,11 +20,11 @@ name = "http"
path = "src/http/lib.rs"

[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl.git"
version = "0.2"
optional = true

[dependencies.url]
git = "https://github.com/servo/rust-url"
version = "0.2"

[dependencies.time]
git = "https://github.com/rust-lang/time"
version = "0.1"