mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
files: Bump up to 0.3.0-alpha.1
This commit is contained in:
parent
5b60ee8cfd
commit
75a34dc8bc
@ -1,9 +1,13 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [Unreleased] - 2020-xx-xx
|
## [0.3.0-alpha.1] - 2020-05-23
|
||||||
|
|
||||||
|
* Update `actix-web` and `actix-http` dependencies to alpha
|
||||||
|
* Fix some typos in the docs
|
||||||
* Bump minimum supported Rust version to 1.40
|
* Bump minimum supported Rust version to 1.40
|
||||||
* Support sending Content-Length when Content-Range is specified #1384
|
* Support sending Content-Length when Content-Range is specified [#1384]
|
||||||
|
|
||||||
|
[#1384]: https://github.com/actix/actix-web/pull/1384
|
||||||
|
|
||||||
## [0.2.1] - 2019-12-22
|
## [0.2.1] - 2019-12-22
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-files"
|
name = "actix-files"
|
||||||
version = "0.2.1"
|
version = "0.3.0-alpha.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Static files support for actix web."
|
description = "Static files support for actix web."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user