mirror of
https://github.com/actix/actix-web.git
synced 2025-02-01 03:42:21 +00:00
prepare actix-files release
This commit is contained in:
parent
6db625f55b
commit
35eb378585
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.1.0] - 2019-05-xx
|
## [0.1.0] - 2019-05-25
|
||||||
|
|
||||||
* NamedFile last-modified check always fails due to nano-seconds
|
* NamedFile last-modified check always fails due to nano-seconds
|
||||||
in file modified date #820
|
in file modified date #820
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "actix-files"
|
name = "actix-files"
|
||||||
version = "0.1.0-beta.4"
|
version = "0.1.0"
|
||||||
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"
|
||||||
|
@ -31,4 +31,4 @@ percent-encoding = "1.0"
|
||||||
v_htmlescape = "0.4"
|
v_htmlescape = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-web = { version = "1.0.0-beta.5", features=["ssl"] }
|
actix-web = { version = "1.0.0-rc", features=["ssl"] }
|
||||||
|
|
Loading…
Reference in a new issue