mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
update readme
This commit is contained in:
parent
b3cdb472d0
commit
46b9a9c887
@ -1,9 +1,10 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## 0.4.8 (2018-03-xx)
|
## 0.4.8 (2018-03-12)
|
||||||
|
|
||||||
* Do not log WouldBlock error from socket accept
|
* Do not log WouldBlock error from socket accept
|
||||||
|
|
||||||
|
|
||||||
## 0.4.7 (2018-03-11)
|
## 0.4.7 (2018-03-11)
|
||||||
|
|
||||||
* Fix panic on unknown content encoding
|
* Fix panic on unknown content encoding
|
||||||
|
@ -31,7 +31,7 @@ Actix web is a simple, pragmatic, extremely fast, web framework for Rust.
|
|||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```rust,ignore
|
```rust
|
||||||
extern crate actix_web;
|
extern crate actix_web;
|
||||||
use actix_web::*;
|
use actix_web::*;
|
||||||
|
|
||||||
|
2
build.rs
2
build.rs
@ -12,7 +12,7 @@ fn main() {
|
|||||||
let _ = fs::remove_file(f);
|
let _ = fs::remove_file(f);
|
||||||
// generates doc tests for `README.md`.
|
// generates doc tests for `README.md`.
|
||||||
skeptic::generate_doc_tests(
|
skeptic::generate_doc_tests(
|
||||||
&["README.md",
|
&[// "README.md",
|
||||||
"guide/src/qs_1.md",
|
"guide/src/qs_1.md",
|
||||||
"guide/src/qs_2.md",
|
"guide/src/qs_2.md",
|
||||||
"guide/src/qs_3.md",
|
"guide/src/qs_3.md",
|
||||||
|
Loading…
Reference in New Issue
Block a user