Commit Graph

47 Commits

Author SHA1 Message Date
dependabot[bot] 34f48a279d Update reqwest requirement from 0.11 to 0.12
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [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.11.0...v0.12.1)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 09:43:28 +09:00
John Nunley d0f4e80b7a
v0.2.3
Signed-off-by: John Nunley <dev@notgull.net>
2023-10-17 19:15:48 -07:00
Jonas Platte 581a2c9ada
bugfix: Enter tokio context while dropping the inner future 2023-10-10 12:49:56 -07:00
John Nunley e7a7ea52a0
v0.2.2
Signed-off-by: John Nunley <dev@notgull.net>
2023-09-25 11:01:08 -07:00
Taiki Endo d174eb6471 Update actions/checkout action to v4 2023-09-10 18:16:48 +09:00
Taiki Endo a5d64066e3 Minimize GITHUB_TOKEN permissions
Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token
2023-08-06 16:56:27 +09:00
Taiki Endo 50591e0055 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI 2023-08-06 16:56:27 +09:00
John Nunley 3f8aaa114f
Add smol-rs logo (#19) 2023-07-17 14:36:00 +09:00
Taiki Endo cfc5955ec0 Enable dependabot update for Rust 2022-12-28 12:18:45 +09:00
Taiki Endo e00c86ebd7 Clean up CI config 2022-12-28 12:18:45 +09:00
Taiki Endo 1a1f8b8d00 Fix clippy::unnecessary_cast warning
```
warning: casting to the same type is unnecessary (`u64` -> `u64`)
   --> src/lib.rs:398:33
    |
398 |         Poll::Ready(res.map(|p| p as u64))
    |                                 ^^^^^^^^ help: try: `p`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
    = note: `#[warn(clippy::unnecessary_cast)]` on by default

warning: casting to the same type is unnecessary (`u64` -> `u64`)
   --> src/lib.rs:421:33
    |
421 |         Poll::Ready(res.map(|p| p as u64))
    |                                 ^^^^^^^^ help: try: `p`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
```
2022-12-16 21:07:10 +09:00
Taiki Endo d1f092e787 Apply clippy to all targets 2022-07-17 21:52:25 +09:00
Taiki Endo 932952983c Update CI config 2022-07-03 20:21:05 +09:00
Taiki Endo 45fc0f9b76 Update actions/checkout action to v3 2022-05-01 13:29:19 +09:00
Taiki Endo bae3536f9d Ignore clippy::needless_doctest_main lint 2022-01-08 19:03:47 +09:00
Taiki Endo 668058ba21 Create GitHub release automatically 2022-01-08 19:02:07 +09:00
Taiki Endo d158ec8b97 Clean up CI config 2022-01-08 19:01:07 +09:00
Taiki Endo f199a03a14
Merge pull request #13 from smol-rs/next
Bump to v0.2.1
2021-03-20 16:50:21 +09:00
Taiki Endo 3b3dccb994 Bump to v0.2.1 2021-03-20 16:45:56 +09:00
Taiki Endo eff017536a
Merge pull request #12 from smol-rs/async-seek
Fix AsyncSeek impl
2021-02-15 00:45:26 +09:00
Taiki Endo bb8bbeb838 Fix AsyncSeek impl 2021-02-14 23:18:07 +09:00
Taiki Endo 6a5b9c8814
Merge pull request #11 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:50:17 +09:00
Taiki Endo 8fc87229bb Remove readme field from Cargo.toml 2021-02-14 19:40:15 +09:00
Taiki Endo 99a0806c73
Merge pull request #10 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 13:50:43 +09:00
Taiki Endo 544ad7581e Update license badge to match Cargo.toml 2021-02-14 13:39:19 +09:00
Taiki Endo e1c197b197
Merge pull request #9 from taiki-e/next
Bump to v0.2.0
2021-01-21 12:23:49 +09:00
Taiki Endo 490be2031c Bump to v0.2.0 2021-01-20 23:10:26 +09:00
Taiki Endo 6000c315d5
Merge pull request #6 from taiki-e/tokio1
Update tokio to 1
2021-01-20 23:07:03 +09:00
Taiki Endo e34e612595 Update tokio to 1 2021-01-20 21:19:42 +09:00
Taiki Endo f768d791d6
Merge pull request #8 from taiki-e/url
Update URLs
2020-12-26 23:54:31 +09:00
Taiki Endo e09dcb2d44 Update URLs 2020-12-26 23:47:13 +09:00
Taiki Endo bac93329b3
Merge pull request #7 from taiki-e/deps
Update pin-project-lite and blocking
2020-12-26 22:12:59 +09:00
Taiki Endo 92ff9026df Update pin-project-lite and blocking 2020-12-26 22:04:18 +09:00
Taiki Endo 3a84f877eb
Merge pull request #5 from taiki-e/ci
Fix CI
2020-12-24 17:15:42 +09:00
Taiki Endo ef8f71060b Fix CI 2020-12-24 17:06:33 +09:00
Stjepan Glavina 84161c57f3
. 2020-11-30 12:29:25 +01:00
Stjepan Glavina 3e6a3698a2 Bump to v0.1.5 2020-10-19 00:18:02 +02:00
Stjepan Glavina fa655f73ef Add tokio03 support 2020-10-19 00:17:33 +02:00
Stjepan Glavina e958ec523d Bump to v0.1.4 2020-10-01 20:37:53 +02:00
Stjepan Glavina 90499ad59e Add get_ref and get_mut 2020-10-01 20:37:08 +02:00
Stjepan Glavina a923fae89e Bump to v0.1.3 2020-08-31 12:45:05 +02:00
Stjepan Glavina 42eb173fb5 More docs 2020-08-31 12:44:43 +02:00
Stjepan Glavina 312773a5a5 Bump to v0.1.2 2020-08-31 11:14:54 +02:00
Stjepan Glavina b213a5c3a6 More docs 2020-08-31 11:14:38 +02:00
Stjepan Glavina 8e5658ac68 Bump to v0.1.1 2020-08-30 22:11:39 +02:00
Stjepan Glavina e12731ee3b Fill in the blanks 2020-08-30 22:07:38 +02:00
Stjepan Glavina 033c52f453 Initial commit 2020-08-30 22:03:34 +02:00