Jimmy Cuadra
|
eda32dfdb5
|
Remove try_from feature from doctests.
|
2019-04-11 17:35:54 -07:00 |
|
Jimmy Cuadra
|
599e292d5c
|
Add note about minimum Rust version.
|
2019-04-11 17:29:15 -07:00 |
|
Jimmy Cuadra
|
56958147ca
|
Update dependencies, remove Diesel workaround, remove try_from feature.
|
2019-04-08 17:05:56 -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
|
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
|
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 |
|
Andreas Studer
|
c8aeee8271
|
Allow types to be used as compound keys
|
2019-02-04 23:13:52 +01:00 |
|
Jimmy Cuadra
|
dbbc8be729
|
Merge pull request #6 from ruma/nested-imports
Use nested imports
|
2019-01-09 14:51:36 -08:00 |
|
Jonas Platte
|
05f7e6b0a8
|
Configure rustfmt for nested imports, re-run 'cargo fmt'
|
2019-01-08 19:53:25 +01:00 |
|
Jimmy Cuadra
|
78b0d1e054
|
Update Diesel integration to Diesel 1.0.
|
2018-06-10 01:05:32 -07:00 |
|
Jimmy Cuadra
|
7ba979a411
|
Derive more traits for Error.
|
2018-05-24 04:04:19 -07:00 |
|
Jimmy Cuadra
|
c31794f581
|
Use new rand 0.5 API.
|
2018-05-24 04:04:08 -07:00 |
|
Jimmy Cuadra
|
b994d16203
|
Bump dependencies.
|
2018-05-24 03:43:15 -07:00 |
|
Jimmy Cuadra
|
76fb657300
|
Merge pull request #2 from digitalatigid/digital-unit-tests-roomalias
Add unicode compatibility for identifiers
|
2018-04-05 01:31:44 -07:00 |
|
Digital
|
3a4041982c
|
Add unicode compatibility for identifiers
Fix issue with unicode character boundaries in parse_id.
Add Unit test for unicode room aliases.
|
2018-04-04 14:31:16 +02:00 |
|
Jimmy Cuadra
|
2de6d5dc0a
|
Bump version to 0.11.0.
|
2017-04-20 21:58:18 -07:00 |
|
Jimmy Cuadra
|
418c91d5ff
|
Update serde and serde_json to 1.0.
|
2017-04-20 21:57:36 -07:00 |
|
Jimmy Cuadra
|
a38c7e048c
|
Bump version to 0.10.0.
|
2017-03-24 01:32:00 -07:00 |
|
Jimmy Cuadra
|
9181220917
|
Update TryFrom::Err to TryFrom::Error.
|
2017-03-24 01:31:33 -07:00 |
|
Jimmy Cuadra
|
70e6b60407
|
Update Diesel to 0.12.
|
2017-03-24 01:31:10 -07:00 |
|
Jimmy Cuadra
|
1ae596d251
|
Update diesel to 0.11 and bump version to 0.9.0.
|
2017-02-16 19:38:56 -08:00 |
|
Jimmy Cuadra
|
bd6dd985d7
|
Bump version to 0.8.1.
|
2017-02-08 22:26:47 -08:00 |
|
Jimmy Cuadra
|
dcfc581d44
|
Give docs their own section in the README.
|
2017-02-08 22:26:47 -08:00 |
|
Jimmy Cuadra
|
e4c3cae7fd
|
Add missing Diesel implementations.
|
2017-02-08 22:25:01 -08:00 |
|
Jimmy Cuadra
|
29f76ca95d
|
Bump version to 0.8.0.
|
2017-02-03 03:12:06 -08:00 |
|
Jimmy Cuadra
|
c6b959c7a1
|
Update to Diesel 0.10.
|
2017-02-03 03:11:35 -08:00 |
|
Jimmy Cuadra
|
c82edfb316
|
Update documentation URL.
|
2017-01-26 00:12:45 -08:00 |
|
Jimmy Cuadra
|
0d426bbc9e
|
Bump version to 0.7.0.
|
2017-01-26 00:09:32 -08:00 |
|
Jimmy Cuadra
|
67ee31b3aa
|
Update to serde 0.9, regex 0.2, and url 1.4.
|
2017-01-26 00:08:17 -08:00 |
|
Jimmy Cuadra
|
bf3b408cce
|
Bump version to 0.6.0.
|
2016-12-20 22:58:12 -08:00 |
|
Jimmy Cuadra
|
059b747cbb
|
Add a little more detail to the RoomIdOrAliasId docstring.
|
2016-12-20 22:58:05 -08:00 |
|
Jimmy Cuadra
|
12bc560583
|
Merge pull request #1 from exul/room_id_or_alias_id
Add RoomIdOrAliasId
|
2016-12-20 00:47:03 -08:00 |
|
Andreas Brönnimann
|
5c729ca988
|
Add RoomIdOrAliasId
|
2016-12-17 12:30:25 +01:00 |
|
Jimmy Cuadra
|
9d42cd5413
|
Encrypt IRC channel name for Travis notifications.
See https://github.com/travis-ci/travis-ci/issues/1094
|
2016-12-11 23:25:26 -08:00 |
|
Jimmy Cuadra
|
ead08e2ec5
|
Bump version to 0.5.0.
|
2016-12-09 17:28:29 -08:00 |
|
Jimmy Cuadra
|
1893c6939f
|
Bump Diesel to 0.9.0.
|
2016-12-09 17:27:48 -08:00 |
|
Jimmy Cuadra
|
9b956152d0
|
Update dependencies and bump version to 0.4.3.
|
2016-11-29 03:58:59 -08:00 |
|
Jimmy Cuadra
|
ff55576d0f
|
Update deps, remove question_mark feature, bump version to 0.4.2.
|
2016-10-16 15:52:06 -07:00 |
|
Jimmy Cuadra
|
e4e1ea1440
|
Bump version to 0.4.1.
|
2016-08-28 04:28:13 -07:00 |
|
Jimmy Cuadra
|
9da1442ffc
|
Automatically downcase UserId localparts.
|
2016-08-28 04:27:32 -07:00 |
|
Jimmy Cuadra
|
0caed9be18
|
Bump version to 0.4.0.
|
2016-08-27 03:51:16 -07:00 |
|
Jimmy Cuadra
|
971948d386
|
Add Diesel integration.
|
2016-08-27 03:50:12 -07:00 |
|
Jimmy Cuadra
|
44026081bc
|
Bump version to 0.3.0.
|
2016-08-13 00:52:48 -07:00 |
|
Jimmy Cuadra
|
7443da0269
|
Update deps.
|
2016-08-13 00:52:11 -07:00 |
|
Jimmy Cuadra
|
3c66f7268a
|
Derive Clone for ID types and Copy for Error.
|
2016-08-13 00:50:36 -07:00 |
|
Jimmy Cuadra
|
f7a2df85a2
|
Ignore Cargo.lock. [ci skip]
|
2016-07-28 03:00:14 -07:00 |
|
Jimmy Cuadra
|
a9388b9345
|
Bump version to 0.2.0.
|
2016-07-28 02:58:06 -07:00 |
|
Jimmy Cuadra
|
28fdff9a65
|
Derive Eq and Hash for ID types.
|
2016-07-28 02:57:36 -07:00 |
|
Jimmy Cuadra
|
6032f730f8
|
Remove bad keyword from Cargo.toml and add docs link to the README. [ci skip]
|
2016-07-28 02:17:48 -07:00 |
|