Jonas Platte
|
85236be89c
|
Update get_filter endpoint to r0.4.0
|
2019-04-22 22:27:38 +02:00 |
|
Jonas Platte
|
4c3e5d3324
|
Update create_media_content to r0.4.0
|
2019-04-22 22:23:36 +02:00 |
|
Jonas Platte
|
7493353c5a
|
Add missing request body to create_media_conent
|
2019-04-22 22:11:18 +02:00 |
|
Jonas Platte
|
27ec031689
|
Add /rooms/{roomId}/joined_members endpoint
|
2019-04-20 18:50:41 +02:00 |
|
Jonas Platte
|
e9febfedbc
|
Add /account/whoami endpoint
|
2019-04-20 15:08:43 +02:00 |
|
Jonas Platte
|
5f116e4e49
|
Remove remaining uses of quote::TokenStreamExt
fixes #4
|
2019-04-20 13:30:26 +02:00 |
|
Florian Dehau
|
76b45ee001
|
feat: allow serialization of unit structs
|
2019-04-18 08:21:54 +02:00 |
|
bors[bot]
|
643a206559
|
Merge #54
54: Don't use CowStrDeserializer (fixes #53) r=nox a=nox
Co-authored-by: Anthony Ramine <n.oxyde@gmail.com>
|
2019-04-16 09:29:19 +00:00 |
|
Anthony Ramine
|
2bb996055b
|
Bump version to 0.5.5
|
2019-04-16 11:27:24 +02:00 |
|
Anthony Ramine
|
98f0113592
|
Don't use CowStrDeserializer (fixes #53)
|
2019-04-16 11:26:25 +02:00 |
|
Anthony Ramine
|
92eadc25be
|
Reformat
|
2019-04-16 11:15:32 +02:00 |
|
Jimmy Cuadra
|
a207c6d8f6
|
Bump version to 0.12.1.
|
2019-04-12 03:54:54 -07:00 |
|
Jimmy Cuadra
|
1c5c1f92d6
|
Reintroduce macro_use for Diesel to import custom derives.
|
2019-04-12 03:54:28 -07:00 |
|
Jimmy Cuadra
|
d5b6e7e322
|
Remove unused imports.
|
2019-04-11 18:22:09 -07:00 |
|
Jimmy Cuadra
|
32a791c44f
|
Bump version to 0.3.0.
|
2019-04-11 18:19:32 -07:00 |
|
Jimmy Cuadra
|
87ae777549
|
Remove try_from feature.
|
2019-04-11 18:19:32 -07:00 |
|
Jimmy Cuadra
|
63fefb952b
|
Update dependencies.
|
2019-04-11 18:19:27 -07:00 |
|
Jimmy Cuadra
|
09a337f42a
|
Bump version to 0.4.0.
|
2019-04-11 18:16:01 -07:00 |
|
Jimmy Cuadra
|
2e60cf8826
|
Remove try_from feature.
|
2019-04-11 18:15:32 -07:00 |
|
Jimmy Cuadra
|
6659df8495
|
Update dependencies.
|
2019-04-11 18:15:26 -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
|
5930e30d96
|
Bump version to 0.12.0.
|
2019-04-11 17:59:07 -07:00 |
|
Jimmy Cuadra
|
b138ac47b2
|
Update dependencies.
|
2019-04-11 17:58:18 -07:00 |
|
Jimmy Cuadra
|
e55f0a324e
|
Bump version to 0.4.2.
|
2019-04-11 17:43:51 -07:00 |
|
Jimmy Cuadra
|
b3eeb25a99
|
Bump version to 0.12.0.
|
2019-04-11 17:36:47 -07:00 |
|
Jimmy Cuadra
|
eda32dfdb5
|
Remove try_from feature from doctests.
|
2019-04-11 17:35:54 -07:00 |
|
Jimmy Cuadra
|
50f1565a4c
|
Add note about minimum Rust version.
|
2019-04-11 17:29:59 -07:00 |
|
Jimmy Cuadra
|
728ea7a301
|
Add note about minimum Rust version.
|
2019-04-11 17:29:43 -07:00 |
|
Jimmy Cuadra
|
d0040fecdd
|
Add note about minimum Rust version.
|
2019-04-11 17:29:30 -07:00 |
|
Jimmy Cuadra
|
599e292d5c
|
Add note about minimum Rust version.
|
2019-04-11 17:29:15 -07:00 |
|
Jimmy Cuadra
|
ae69e71620
|
Remove try_from feature.
|
2019-04-08 17:07:54 -07:00 |
|
Jimmy Cuadra
|
56958147ca
|
Update dependencies, remove Diesel workaround, remove try_from feature.
|
2019-04-08 17:05:56 -07:00 |
|
Jimmy Cuadra
|
b15f7a1c07
|
Update dependencies.
|
2019-04-08 16:52:20 -07:00 |
|
Jimmy Cuadra
|
9a99e1906f
|
Merge pull request #7 from ruma/rust-2018
Update to Rust 2018
|
2019-02-11 12:58:01 -08:00 |
|
Jonas Platte
|
407d6efc06
|
Merge pull request #25 from florianjacob/null-absent-empty
Properly handle CanonicalAliasEvent and NameEvent content being absent, null or empty
|
2019-02-11 14:07:06 +01:00 |
|
Florian Jacob
|
01156ad661
|
Properly handle CanonicalAliasEvent and NameEvent content being absent, null or empty,
which is allowed by the spec to show those events were deleted:
https://matrix.org/docs/spec/client_server/r0.4.0.html#m-room-canonical-alias
https://matrix.org/docs/spec/client_server/r0.4.0.html#m-room-canonical-alias
|
2019-02-11 13:50:07 +01:00 |
|
Jonas Platte
|
8f130f95e6
|
Update to Rust 2018, work around a warning for diesel
|
2019-02-11 13:28:09 +01:00 |
|
Jimmy Cuadra
|
3159bd8076
|
Bump version to 0.11.1.
|
2019-02-08 13:11:18 -08:00 |
|
Jimmy Cuadra
|
f7aa8edd5f
|
Bump version to 0.11.1.
|
2019-02-06 16:09:22 -08: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 |
|
Jimmy Cuadra
|
6bb5a9865f
|
Merge pull request #15 from ruma/serde-derive-feature
Replace serde_derive by re-exports in serde
|
2019-02-06 13:41:53 -08:00 |
|
Jimmy Cuadra
|
c275b3343a
|
Merge pull request #36 from ruma/serde-derive-feature
Replace serde_derive by re-exports in serde
|
2019-02-06 13:41:32 -08:00 |
|
Jimmy Cuadra
|
df63ab3df9
|
Merge pull request #24 from ruma/serde-derive-feature
Replace serde_derive by re-exports in serde
|
2019-02-06 13:41:01 -08:00 |
|
Jonas Platte
|
af954220bd
|
Replace serde_derive by re-exports in serde
|
2019-02-06 20:36:39 +01:00 |
|
Jonas Platte
|
561a254ca8
|
Replace serde_derive by re-exports in serde
|
2019-02-06 20:24:29 +01:00 |
|
Jonas Platte
|
26842652fc
|
Replace serde_derive by re-exports in serde
|
2019-02-06 20:17:38 +01:00 |
|
Jonas Platte
|
7f18e1c32e
|
Replace serde_derive by re-exports in serde
|
2019-02-06 20:12:30 +01:00 |
|
Jimmy Cuadra
|
dce64609e8
|
Merge pull request #8 from exul/fix-diesel
Allow types to be used as compound keys
|
2019-02-04 23:59:48 -08:00 |
|