Skip to content

Commit

Permalink
prep actix-web alpha.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Dec 15, 2019
1 parent a153374 commit b0aa939
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## [2.0.0-alpha.6] - 2019-12-15

### Fixed

* Fixed compilation with default features off

## [2.0.0-alpha.5] - 2019-12-13

### Added
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
authors = ["Nikolay Kim <[email protected]>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"
Expand All @@ -12,7 +12,6 @@ categories = ["network-programming", "asynchronous",
"web-programming::http-server",
"web-programming::websocket"]
license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
edition = "2018"

[package.metadata.docs.rs]
Expand Down Expand Up @@ -73,7 +72,7 @@ actix-tls = "1.0.0"

actix-web-codegen = "0.2.0"
actix-http = "1.0.0"
awc = { version = "1.0.0", default-features = false }
awc = { version = "1.0.1", default-features = false }

bytes = "0.5.3"
derive_more = "0.99.2"
Expand Down

0 comments on commit b0aa939

Please sign in to comment.