aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Bump percent-encoding from 2.0.0 to 2.1.0dependabot-preview[bot]2019-08-192-5/+5
| | | | | | | | | | | | | | | | | | | | | Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/percent-encoding-v2.0.0...percent-encoding-v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #175 from svenstaro/dependabot/cargo/url-2.1.0dependabot-preview[bot]2019-08-192-4/+4
|\ \ \ | |/ / |/| |
| * | Bump url from 2.0.0 to 2.1.0dependabot-preview[bot]2019-08-192-4/+4
|/ / | | | | | | | | | | | | Bumps [url](https://github.com/servo/rust-url) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #178 from svenstaro/dependabot/cargo/serde-1.0.99dependabot-preview[bot]2019-08-192-15/+15
|\ \ | |/ |/|
| * Bump serde from 1.0.98 to 1.0.99dependabot-preview[bot]2019-08-192-15/+15
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.98...v1.0.99) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Remove command-line-interface categorySven-Hendrik Haase2019-08-071-1/+1
| | | | This is not a lib for helping with CLI stuff. :)
* Merge pull request #174 from svenstaro/dependabot/cargo/libflate-0.1.26Sven-Hendrik Haase2019-08-052-5/+4
|\ | | | | Bump libflate from 0.1.25 to 0.1.26
| * Bump libflate from 0.1.25 to 0.1.26dependabot-preview[bot]2019-08-052-5/+4
|/ | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.25 to 0.1.26. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.25...0.1.26) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #170 from svenstaro/dependabot/cargo/log-0.4.8Sven-Hendrik Haase2019-07-292-38/+38
|\ | | | | Bump log from 0.4.7 to 0.4.8
| * Bump log from 0.4.7 to 0.4.8dependabot-preview[bot]2019-07-292-38/+38
| | | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #172 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.7dependabot-preview[bot]2019-07-292-4/+4
|\ \ | |/ |/|
| * Bump alphanumeric-sort from 1.0.6 to 1.0.7dependabot-preview[bot]2019-07-292-4/+4
| | | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.6...v1.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #171 from svenstaro/dependabot/cargo/serde-1.0.98dependabot-preview[bot]2019-07-292-15/+15
|\ \ | |/ |/|
| * Bump serde from 1.0.97 to 1.0.98dependabot-preview[bot]2019-07-292-15/+15
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.97 to 1.0.98. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.97...v1.0.98) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update to url 2.0Sven-Hendrik Haase2019-07-253-3/+25
|
* Upgrade percent-encoding to 2.0Sven-Hendrik Haase2019-07-253-267/+285
|
* Merge pull request #166 from svenstaro/dependabot/cargo/reqwest-0.9.19Sven-Hendrik Haase2019-07-251-3/+4
|\ | | | | Bump reqwest from 0.9.18 to 0.9.19
| * Bump reqwest from 0.9.18 to 0.9.19dependabot-preview[bot]2019-07-251-3/+4
|/ | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.18 to 0.9.19. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.18...v0.9.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #165 from svenstaro/dependabot/cargo/serde-1.0.97dependabot-preview[bot]2019-07-252-15/+15
|\
| * Bump serde from 1.0.94 to 1.0.97dependabot-preview[bot]2019-07-252-15/+15
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.94 to 1.0.97. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.94...v1.0.97) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #163 from svenstaro/dependabot/cargo/select-0.4.3Sven-Hendrik Haase2019-07-251-104/+31
|\ | | | | Bump select from 0.4.2 to 0.4.3
| * Bump select from 0.4.2 to 0.4.3dependabot-preview[bot]2019-07-241-104/+31
|/ | | | | | | Bumps [select](https://github.com/utkarshkukreti/select.rs) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/utkarshkukreti/select.rs/releases) - [Commits](https://github.com/utkarshkukreti/select.rs/commits/0.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix testsSven-Hendrik Haase2019-07-245-49/+73
|
* Merge pull request #158 from wyhaya/masterSven-Hendrik Haase2019-07-142-13/+66
|\ | | | | accomplish #142
| * remove page_parentwyhaya2019-07-081-1/+0
| |
| * fix parent directorywyhaya2019-07-082-30/+44
| |
| * add spacewyhaya2019-07-081-1/+1
| |
| * accomplish #142wyhaya2019-07-041-3/+43
| |
* | Bump nightly version requirementSven-Hendrik Haase2019-07-141-1/+1
| |
* | Remove unnecessary importSven-Hendrik Haase2019-07-141-1/+0
| |
* | Add dir navigation testsSven-Hendrik Haase2019-07-143-0/+110
| |
* | Merge pull request #162 from svenstaro/dependabot/cargo/log-0.4.7Sven-Hendrik Haase2019-07-112-37/+37
|\ \ | | | | | | Bump log from 0.4.6 to 0.4.7
| * | Bump log from 0.4.6 to 0.4.7dependabot-preview[bot]2019-07-112-37/+37
|/ / | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Also check directories in testsSven-Hendrik Haase2019-07-072-5/+31
| |
* | Bump lock fileSven-Hendrik Haase2019-07-071-121/+173
| |
* | Add changelog datesSven-Hendrik Haase2019-07-071-1/+3
|/
* Merge pull request #157 from svenstaro/dependabot/cargo/libflate-0.1.25Sven-Hendrik Haase2019-07-032-4/+18
|\ | | | | Bump libflate from 0.1.24 to 0.1.25
| * Bump libflate from 0.1.24 to 0.1.25dependabot-preview[bot]2019-07-032-4/+18
|/ | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.24...0.1.25) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #155 from svenstaro/dependabot/cargo/maud-0.21.0Sven-Hendrik Haase2019-07-022-15/+402
|\ | | | | Bump maud from 0.20.0 to 0.21.0
| * Bump maud from 0.20.0 to 0.21.0dependabot-preview[bot]2019-07-022-15/+402
|/ | | | | | | | Bumps [maud](https://github.com/lfairy/maud) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/lfairy/maud/releases) - [Changelog](https://github.com/lfairy/maud/blob/master/CHANGELOG.md) - [Commits](https://github.com/lfairy/maud/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use rstest 0.3Sven-Hendrik Haase2019-06-282-51/+50
|
* Update README with new featuresSven-Hendrik Haase2019-06-281-5/+2
|
* Merge pull request #153 from svenstaro/dependabot/cargo/rstest-d44e11fSven-Hendrik Haase2019-06-281-4/+4
|\ | | | | Bump rstest from `572306c` to `d44e11f`
| * Bump rstest from `572306c` to `d44e11f`dependabot-preview[bot]2019-06-281-4/+4
|/ | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `572306c` to `d44e11f`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/572306c58bc8d60501a0ad0a742263a098449f9f...d44e11ff3e0b669b50a923150c65154cbefb33f4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #152 from svenstaro/dependabot/cargo/serde-1.0.94dependabot-preview[bot]2019-06-282-11/+11
|\
| * Bump serde from 1.0.93 to 1.0.94dependabot-preview[bot]2019-06-282-11/+11
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.93...v1.0.94) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #150 from svenstaro/dependabot/cargo/futures-0.1.28Sven-Hendrik Haase2019-06-272-33/+33
|\ | | | | Bump futures from 0.1.27 to 0.1.28
| * Bump futures from 0.1.27 to 0.1.28dependabot-preview[bot]2019-06-272-33/+33
| | | | | | | | | | | | | | | | Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.27 to 0.1.28. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.27...0.1.28) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #149 from svenstaro/dependabot/cargo/structopt-0.2.18Sven-Hendrik Haase2019-06-272-7/+7
|\ \ | |/ |/| Bump structopt from 0.2.16 to 0.2.18
| * Bump structopt from 0.2.16 to 0.2.18dependabot-preview[bot]2019-06-272-7/+7
|/ | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.16 to 0.2.18. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/v0.2.18/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.16...v0.2.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>