Commit Graph

29 Commits

Author SHA1 Message Date
Taiki Endo b8885f9578 Bump MSRV to 1.48
async-lock 2.7.0 requires Rust 1.48.

```
error[E0658]: use of unstable library feature 'future_readiness_fns'
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.7.0/src/once_cell.rs:430:45
    |
430 |             self.initialize_or_wait(move || std::future::ready(closure()), &mut Blocking),
    |                                             ^^^^^^^^^^^^^^^^^^
    |
```
2023-03-06 01:43:03 +09:00
John Nunley a988ee3e46
m: Migrate benchmarks to criterion (#35)
* m: Migrate to criterion

* Update CI
2023-01-23 11:30:43 -08:00
Taiki Endo 00ea6cf6a1 Release 1.5.0 2022-11-09 11:45:41 +09:00
Taiki Endo c09ecba5bb Update concurrent-queue to 2 2022-11-09 11:45:41 +09:00
John Nunley 263ea89390
Replace once_cell with async-lock (#29) 2022-10-29 21:41:55 -07:00
Taiki Endo 16f0b9ca70 Bump MSRV to Rust 1.47
https://github.com/smol-rs/async-task/releases/tag/v4.3.0
2022-07-08 01:14:13 +09:00
Taiki Endo ee7bd4d2af Clean up CI config 2022-01-08 21:33:35 +09:00
Taiki Endo b9ac443e56 Update slab to 0.4.4 2021-12-30 09:36:58 +09:00
Taiki Endo edf0296f59 Bump to v1.4.1 2021-04-24 17:56:59 +09:00
Taiki Endo f25cd267ac Replace vec-arena with slab 2021-04-18 22:39:34 +09:00
Taiki Endo 4decd55ccb Remove readme field from Cargo.toml 2021-02-14 19:40:19 +09:00
Taiki Endo 64b80cf591 Update URLs 2020-12-26 23:47:13 +09:00
Stjepan Glavina 62a61401d1 Bump to v1.4.0 2020-11-10 15:56:55 +01:00
Stjepan Glavina 29ba8a72ad Update futures-lite 2020-10-09 14:49:25 +02:00
Stjepan Glavina 2fcbbdebb8 Add benchmarks 2020-10-08 14:28:45 +02:00
Stjepan Glavina 4079184178 Bump to v1.3.0 2020-09-20 16:32:51 +02:00
Stjepan Glavina e714ec4221 Bump to v1.2.0 2020-09-20 02:40:01 +02:00
Stjepan Glavina 8cea09da36 Update async-task 2020-09-20 02:36:54 +02:00
Stjepan Glavina 6f2b0b8a49 Make executors scoped 2020-09-19 22:38:11 +02:00
Stjepan Glavina 19eb3ccd6e Bump to v1.1.1 2020-09-14 15:51:41 +02:00
Stjepan Glavina 65ee297322 Bump to v1.1.0 2020-09-10 23:29:05 +02:00
Stjepan Glavina 05456efbee Bump to v1.0.0 2020-09-07 16:03:27 +02:00
Stjepan Glavina d6505ef575 Bump to v0.2.1 2020-08-29 20:07:00 +02:00
Stjepan Glavina ec695c2e05 Bump to v0.2.0 2020-08-26 23:47:41 +02:00
Stjepan Glavina a28a9643c9 Redesign the whole interface 2020-08-26 23:46:56 +02:00
Marc-Antoine Perennou c472b133a5 update parking to 2.0.0
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2020-08-13 15:48:13 +02:00
Stjepan Glavina c1f0ac0603 Bump to v0.1.2 2020-07-23 18:47:28 +02:00
Stjepan Glavina c7bfd46e99 Bump to v0.1.1 2020-07-23 12:12:59 +02:00
Stjepan Glavina e41f34cc00 Initial commit 2020-07-23 12:08:20 +02:00