Nikolay Kim
3127352797
upgrade to 2.0 alpha.3
2019-12-07 23:59:24 +06:00
Yuki Okushi
9e49f7a4e3
Update user guide link ( #189 )
2019-11-15 05:16:48 +09:00
Yuki Okushi
f232b6c684
Fix clippy warnings ( #168 )
2019-09-05 00:04:57 +09:00
Nikolay Kim
aa5750cafc
update actix-web to 1.0.0
2019-06-06 16:47:40 +06:00
blackjune
511ab8ce51
Fix bug in state type
...
Fix bug in state type
```rust
let counter = Arc::new(Mutex::new(0));
```
may not be usize
Error before this change:
```
App data is not configured, to configure use App::data()
```
2019-05-25 22:22:43 +08:00
Nikolay Kim
cee9142257
upgrade actix-web
2019-05-12 11:58:26 -07:00
Nikolay Kim
8de183768c
upgrade to beta3
2019-05-04 21:52:24 -07:00
Nikolay Kim
815e34f32d
upgrade to alpha4
2019-04-07 23:39:45 -07:00
Nikolay Kim
86e0f3e02c
upgrade to alpha3
2019-04-04 11:37:14 -07:00
Nikolay Kim
9a80911b92
update to alpha2
2019-03-30 09:12:42 -07:00
Nikolay Kim
e4f71e8fd5
update deps
2019-03-29 13:43:03 -07:00
Juan Aguilar
53fc2221ef
Update to master ( #90 )
2019-03-26 06:29:00 +03:00
Nikolay Kim
b31c8e3308
rename web::State to web::Data
2019-03-16 20:23:09 -07:00
Nikolay Kim
f39a53ea3a
upgrade diesel, r2d2, state examples
2019-03-07 14:50:29 -08:00
Douman
61a4b3b23b
Improve shared state example
2018-10-27 14:03:02 +03:00
Jan Niehusmann
c6f092fc80
Encapsulate app state in Arc<Mutex<...>> ( #54 )
2018-10-14 20:56:25 +03:00
Nikolay Kim
271749c433
update actix-web dependency
2018-07-21 05:10:26 -07:00
Nikolay Kim
2cc1b23761
upgrade example to actix-web 0.7
2018-07-16 12:36:53 +06:00
Nikolay Kim
e4f1833215
cleanup and cargo fmt
2018-05-20 21:03:29 -07:00
Kelly Thomas Kline
d49eee6dd3
Correct path
2018-05-20 18:17:00 -07:00
Nikolay Kim
bbeb262a5c
upgrade actix-web to 0.6
2018-05-08 11:08:43 -07:00
Nikolay Kim
0b9d7ab855
update state example
2018-05-02 06:20:43 -07:00
Nikolay Kim
1dea2cf3c3
add workspace
2018-04-13 12:32:15 -07:00
krircc
3ebde8e7c2
actix examples in actix release version
2018-04-13 09:18:42 +08:00