Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Oct 9, 2018
1 parent 4e7fac0 commit 93b1c5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
global:
PROJECT_NAME: actix
PROJECT_NAME: actix-web
matrix:
# Stable channel
- TARGET: i686-pc-windows-msvc
Expand Down Expand Up @@ -37,4 +37,5 @@ build: false

# Equivalent to Travis' `script` phase
test_script:
- cargo clean
- cargo test --no-default-features --features="flate2-rust"
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## [0.7.9] - 2018-09-x
## [0.7.9] - 2018-10-09

### Added

Expand Down
10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
build = "build.rs"

[package.metadata.docs.rs]
features = ["tls", "alpn", "rust-tls", "session", "brotli", "flate2-c"]
features = ["tls", "ssl", "rust-tls", "session", "brotli", "flate2-c"]

[badges]
travis-ci = { repository = "actix/actix-web", branch = "master" }
Expand Down Expand Up @@ -62,8 +62,7 @@ cell = ["actix-net/cell"]

[dependencies]
actix = "0.7.0"
actix-net = { git="https://github.com/actix/actix-net.git" }
#actix-net = { path = "../actix-net" }
actix-net = "0.1.0"

base64 = "0.9"
bitflags = "1.0"
Expand Down Expand Up @@ -139,8 +138,3 @@ version_check = "0.1"
lto = true
opt-level = 3
codegen-units = 1

[workspace]
members = [
"./",
]

0 comments on commit 93b1c5f

Please sign in to comment.