-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded actix-web dependency and set default-features to false
- Loading branch information
Sebastian Imlay
committed
Jun 6, 2019
1 parent
53e2f80
commit baba8d1
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|