4432 Commits

Author SHA1 Message Date
Jonas Platte
776ef79253
Rewrite r0.6.0 back to form without ending
since the server redirects to that form, even though some links refer to the .html form
2019-11-11 20:22:05 +01:00
Jonas Platte
2748142f41
Update doc comment URLs
* create_alias: No changes, bump to r0.6.0
* get_public_rooms_filtered: Use canonical URL
2019-11-11 20:13:09 +01:00
Jonas Platte
c56469eba5
Update public room list endpoints to r0.6.0 2019-11-11 19:54:24 +01:00
Wim de With
fa771877f7 Fix wording in Cargo.toml description 2019-11-11 11:07:45 +01:00
Wim de With
7a2b14fe15 Add homepage and repository URLs to Cargo.toml 2019-11-11 11:07:17 +01:00
Wim de With
531bbb6429 Configure Travis 2019-11-11 11:04:52 +01:00
Wim de With
4339999152 Initial commit 2019-11-08 15:17:57 +01:00
Jonas Platte
82f652abb4
Remove #![feature(impl_trait_in_bindings)] from doc test 2019-11-07 19:31:40 +01:00
Jonas Platte
d1b1e3729b
Remove 1.34.2 from CI, update README.md 2019-11-07 19:15:42 +01:00
Jonas Platte
3cbc3f04bd
Remove #![feature(async_await)] from doc tests 2019-11-07 19:01:28 +01:00
Jonas Platte
e5a3027b3b Add CHANGELOG.md, ruma-api-macros/CHANGELOG.md 2019-11-04 11:37:56 +01:00
Jonas Platte
a43ba86836 Add some backticks in doc comments 2019-11-02 14:31:12 +01:00
Jonas Platte
59056808de Remove #![deny(warnings)], #![warn(clippy::…)] 2019-11-02 14:15:49 +01:00
Jonas Platte
d5d0393792 Add CHANGELOG.md's 2019-11-01 19:34:42 +01:00
Jonas Platte
2877fde4ad Update travis config, README.md 2019-11-01 11:13:45 +01:00
Jonas Platte
f5c870bd56 Re-run cargo fmt 2019-11-01 11:12:31 +01:00
Jonas Platte
3e3e7cb7b3 Fix missing 2019-11-01 11:11:05 +01:00
Jonas Platte
f994672db5 Replace lazy_static with once_cell 2019-10-31 22:55:24 +01:00
Jonas Platte
6ae72856d7 Remove #![deny(warnings)], #![warn(clippy::…)] 2019-10-31 22:38:01 +01:00
Jonas Platte
ca3d77e620 Fix warnings 2019-10-31 22:37:27 +01:00
Jonas Platte
b8f5194bd3 Remove #![deny(warnings)], #![warn(clippy::…)] 2019-10-31 22:36:41 +01:00
Jonas Platte
8d734d88fc Update travis configuration 2019-10-31 22:35:45 +01:00
Jonas Platte
31b683ab69 Remove #![deny(warnings)], #![warn(clippy::…)] 2019-10-31 22:33:55 +01:00
Jonas Platte
70d4f83ba3 Allow clippy::use_self 2019-10-31 22:33:20 +01:00
Jonas Platte
26068c462d Remove unneeded clones 2019-10-31 22:33:12 +01:00
Jonas Platte
859ec7babe Add 1.34.2, beta, nightly to travis 2019-10-31 22:32:57 +01:00
Jonas Platte
fc145097be Update dependencies, use single-line toml syntax 2019-10-31 22:29:48 +01:00
Jonas Platte
d3e5190670 Remove #![deny(warnings)], #![warn(clippy::…)] 2019-10-31 22:21:58 +01:00
Jonas Platte
f887310524 Apply clippy suggestion 2019-10-31 22:21:26 +01:00
Jonas Platte
1cd00e05e9 Re-format test 2019-10-31 22:21:16 +01:00
Jonas Platte
972022c175 Add MSRV section to README.md 2019-10-31 22:18:59 +01:00
Jonas Platte
a13f2a7eb9 Test beta and nightly on CI 2019-10-31 22:18:50 +01:00
Jonas Platte
9f143f3383 Update dependencies 2019-10-31 22:10:49 +01:00
Jonas Platte
5a0a269cfe Remove #![deny(warnings)] 2019-10-31 22:05:33 +01:00
Jonas Platte
ba332af83e Update http dependency
was accidentally changed to exact version in previous dependency update
2019-10-30 18:48:06 +01:00
Jonas Platte
6e13de9563 Bump version 2019-10-30 18:44:20 +01:00
Jonas Platte
682dda60fa Update dependencies 2019-10-30 18:43:38 +01:00
Jonas Platte
a55fe5511e Remove #![feature(async_await)] from examples 2019-10-30 18:43:22 +01:00
Jonas Platte
e6fd6a34f3 Bump version to 0.4.0 2019-10-29 20:49:28 +01:00
Jonas Platte
ad582de058 Allow clippy warning use_self 2019-10-29 20:49:09 +01:00
Jonas Platte
41387208ab Test Rust 1.34.2 in CI (and beta, nightly) 2019-10-29 20:41:32 +01:00
Jonas Platte
b35e843fe2 Update dependencies 2019-10-29 20:35:46 +01:00
Jonas Platte
0889d1e0ef Fix version of ruma-api-macros 2019-10-29 20:06:16 +01:00
Jonas Platte
4a03892ad6 Bump versions 2019-10-29 20:05:07 +01:00
Jonas Platte
540a69a8e4 Remove percent-encoding dependency (not currently used) 2019-10-29 19:56:00 +01:00
Jonas Platte
958a0a01c4 Remove server-side functionality
This is a temporary change that is done to get one release of
ruma-client-api with ruma-events' EventResult API out. After ruma-api
0.11 is released, getting the server-side functionality to work again
will be a priority.
2019-10-29 12:11:38 +01:00
Jonas Platte
481f4c682c Remove unnecessary main declaration in doctest
(found by clippy)
2019-10-29 12:01:09 +01:00
Jonas Platte
7e7041fbef Allow clippy::use_self 2019-10-29 11:02:25 +01:00
Jonas Platte
83bb889b64 Bump MSRV from 1.34 to 1.34.2, test it in CI 2019-10-29 00:14:00 +01:00
Jonas Platte
67fe498a4d Bump version to 0.15.1 2019-10-27 21:26:25 +01:00