Skip to content

Commit

Permalink
Upgraded actix-web dependency and set default-features to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Imlay committed Jun 6, 2019
1 parent 53e2f80 commit baba8d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions actix-multipart/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## [0.1.3] - 2019-06-06

* Fix ring dependency from actix-web default features for #741.

## [0.1.2] - 2019-06-02

* Fix boundary parsing #876
Expand Down
4 changes: 2 additions & 2 deletions actix-multipart/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-multipart"
version = "0.1.2"
version = "0.1.3"
authors = ["Nikolay Kim <[email protected]>"]
description = "Multipart support for actix web framework."
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ name = "actix_multipart"
path = "src/lib.rs"

[dependencies]
actix-web = "1.0.0-rc"
actix-web = { version = "1.0.0", default-features = false }
actix-service = "0.4.0"
bytes = "0.4"
derive_more = "0.14"
Expand Down

0 comments on commit baba8d1

Please sign in to comment.