Jimmy Cuadra
|
d5ce34d301
|
Address clippy warnings.
|
2019-06-12 13:16:52 -07:00 |
|
Jimmy Cuadra
|
0b75d2f1c3
|
Run rustfmt.
|
2019-06-12 13:03:47 -07:00 |
|
Jimmy Cuadra
|
3b383d78b7
|
Bump version to 0.8.0.
|
2019-06-12 12:59:11 -07:00 |
|
Jimmy Cuadra
|
432dbf94c8
|
Revise the error type to hide lower-level errors.
|
2019-06-12 12:37:55 -07:00 |
|
Jimmy Cuadra
|
9805750f83
|
Bump dependencies.
|
2019-06-12 12:21:39 -07:00 |
|
Jimmy Cuadra
|
66be8d1a98
|
Run clippy on all targets and all features.
|
2019-06-02 17:36:22 -07:00 |
|
Jimmy Cuadra
|
a52e0da7c1
|
Add clippy lints and add rustfmt and clippy to CI.
|
2019-06-02 13:16:54 -07:00 |
|
Jimmy Cuadra
|
68c446ca64
|
Use stable Rust on Travis.
|
2019-06-02 09:11:56 -07:00 |
|
Jimmy Cuadra
|
6e3e29fc22
|
Bump version to 0.7.0.
|
2019-04-11 18:05:34 -07:00 |
|
Jimmy Cuadra
|
376b53613f
|
Remove try_from feature.
|
2019-04-11 18:03:46 -07:00 |
|
Jimmy Cuadra
|
99b2d6423f
|
Update dependencies.
|
2019-04-11 18:03:11 -07:00 |
|
Jimmy Cuadra
|
728ea7a301
|
Add note about minimum Rust version.
|
2019-04-11 17:29:43 -07:00 |
|
Jimmy Cuadra
|
58a785c350
|
Merge pull request #17 from ruma/serde-derive-feature
Replace serde_derive by re-exports in serde
|
2019-02-06 13:42:11 -08:00 |
|
Jonas Platte
|
561a254ca8
|
Replace serde_derive by re-exports in serde
|
2019-02-06 20:24:29 +01:00 |
|
Jimmy Cuadra
|
b6401a1232
|
Merge pull request #16 from ruma/rust-2018
Update to Rust 2018
|
2019-01-15 12:33:28 -08:00 |
|
Jonas Platte
|
282b952192
|
Update to Rust 2018
|
2019-01-13 21:42:45 +01:00 |
|
Jimmy Cuadra
|
025e981b96
|
Merge pull request #15 from ruma/nested-imports
Use nested imports
|
2019-01-09 14:53:32 -08:00 |
|
Jonas Platte
|
9d1e8180b8
|
Configure rustfmt for nested imports, re-run 'cargo fmt'
|
2019-01-08 20:17:28 +01:00 |
|
Jimmy Cuadra
|
033c04fd12
|
Bump version to 0.6.0.
|
2018-12-03 17:57:58 -08:00 |
|
Jimmy Cuadra
|
bfddf74398
|
Update dependencies.
|
2018-12-03 17:56:51 -08:00 |
|
Jonas Herzig
|
c71b60ef70
|
Add convertion to/from Request/Response from/to http::Request/Response
|
2018-09-11 16:56:25 +02:00 |
|
Jonas Herzig
|
74dad12056
|
Fix test compilation
|
2018-09-11 15:00:52 +02:00 |
|
Jörg Sommer
|
d4578a835d
|
Use Hyper::Body as default for Endpoint
This makes many code more compact.
|
2018-08-31 12:35:44 +02:00 |
|
Jörg Sommer
|
08c0d14221
|
Add Error(Hyper) for errors originated from Hyper
During the parsing of the HTTP responses an error might come from
*Hyper*. To pass this error down to the caller, we need an entry in
`Error`.
|
2018-08-31 12:31:46 +02:00 |
|
Jimmy Cuadra
|
8970e3d83d
|
Bump version to 0.5.0.
|
2017-09-08 17:33:18 -07:00 |
|
Jimmy Cuadra
|
474644ff66
|
Add a nonexhaustive variant to Error.
|
2017-09-08 17:32:42 -07:00 |
|
Jimmy Cuadra
|
9ff74ba776
|
Use the crates.io release of http.
|
2017-09-08 17:29:19 -07:00 |
|
Jimmy Cuadra
|
6ef1776aed
|
rustfmt
|
2017-08-01 18:17:09 -07:00 |
|
Jimmy Cuadra
|
35c2e6edd8
|
Swap hyper for the http crate.
|
2017-08-01 18:05:44 -07:00 |
|
Jimmy Cuadra
|
37a5991fda
|
Bump version to 0.4.0.
|
2017-07-07 01:19:03 -07:00 |
|
Jimmy Cuadra
|
4893be93f8
|
Impl conversion from serde_urlencoded errors.
|
2017-06-30 18:14:24 -07:00 |
|
Jimmy Cuadra
|
211cf5e353
|
Merge pull request #11 from jplatte/hyper-0.11
Bump dependency versions
|
2017-06-14 01:16:00 -07:00 |
|
Jonas Platte
|
dd62620a4b
|
Bump dependency versions
|
2017-06-14 09:49:16 +02:00 |
|
Jimmy Cuadra
|
3635fe51ac
|
Use FutureFrom instead of TryFrom for responses.
|
2017-05-14 04:00:54 -07:00 |
|
Jimmy Cuadra
|
517235b3e9
|
Add an error type.
|
2017-05-14 02:48:35 -07:00 |
|
Jimmy Cuadra
|
5a4661c408
|
Revise API to convert between associated types and Hyper request/response types.
|
2017-05-11 02:39:22 -07:00 |
|
Jimmy Cuadra
|
b6a743d821
|
Bump version to 0.3.0.
|
2017-01-07 06:14:23 -08:00 |
|
Jimmy Cuadra
|
bdf2df0349
|
Merge pull request #4 from farodin91/flags_macro_chain
Add flags and change String to &'static str
|
2017-01-07 06:12:55 -08:00 |
|
Jansen Jan
|
b3eb392ce5
|
Add flags and change String to &'static str
|
2017-01-07 15:10:55 +01:00 |
|
Jimmy Cuadra
|
99ad992de8
|
Bump version to 0.2.0.
|
2017-01-07 05:20:01 -08:00 |
|
Jimmy Cuadra
|
f88588f392
|
Require that Endpoint::QueryParams be Deserialize + Serialize.
|
2017-01-07 05:19:45 -08:00 |
|
Jimmy Cuadra
|
0fd9fb4889
|
ruma-api
|
2016-12-15 01:50:31 -08:00 |
|