Skip to content

Commit

Permalink
fix: re-enable SSL!
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 24, 2017
1 parent 05b2505 commit 04a0d2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,3 @@ debug = true
[dependencies.regex]
features=["pattern"]

[dependencies.hyper]
default-features = false

[dependencies.cookie]
default-features = false

[dependencies.iron]
default-features = false
2 changes: 1 addition & 1 deletion imageflow_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clippy = "0.0.97"
imageflow_helpers = { path = "../imageflow_helpers", version = "*" }

[dev-dependencies]
hyper = { version = "*", default-features = false }
hyper = { version = "*" }



Expand Down

0 comments on commit 04a0d2a

Please sign in to comment.