Commit Graph

161 Commits

Author SHA1 Message Date
John Nunley 8e97a4477e
Replace once-cell with async-lock (#241)
* Replace once-cell with async-lock

* Update dependencies
2022-11-27 20:39:36 -08:00
Taiki Endo 31c3582ef5
Update dependencies (#239) 2022-07-08 02:16:10 +09:00
Taiki Endo 38bf6dc05e Bump MSRV to Rust 1.47
https://github.com/smol-rs/async-task/releases/tag/v4.3.0
2022-07-08 01:51:58 +09:00
Taiki Endo 08f027b9b5 Update dev-dependencies 2022-01-09 01:15:27 +09:00
Taiki Endo 953620d52b Create GitHub release automatically 2022-01-09 01:05:11 +09:00
Taiki Endo fb0d263f71 Clean up CI config 2022-01-09 01:04:47 +09:00
Taiki Endo c210c4033a Update dev-dependencies 2021-06-30 23:28:19 +09:00
Taiki Endo ba1f3d2c69 Remove readme field from Cargo.toml 2021-02-14 20:49:54 +09:00
Taiki Endo 9a0bed4273 Temporarily disable example that using surf 2021-02-14 20:25:19 +09:00
Nick Parker 79e577a919 Update surf and any recently updated dev-dependencies 2021-01-21 11:28:52 +13:00
Nick Parker 5f7c474431 Bump dev-dependencies for examples
Updates the dependencies used by examples to current - some have had API-breaking changes, so some examples are updated to catch up with those as well.

Note that the hyper-server example doesn't seem to work when tested, but it also didn't work before this PR. Looked at it a bit and found that poll_accept() returns Pending via incoming.poll_next() and then poll_accept() isn't invoked again. hyper-client meanwhile works fine, so the issue doesn't seem to be related to the AsyncRead updates.
2021-01-04 23:56:16 +13:00
atouchet b1dbdc00f9 Update URLs 2020-12-23 12:31:12 -08:00
Stjepan Glavina ea4dec080b Bump to v1.2.5 2020-11-28 21:45:58 +01:00
Stjepan Glavina bf7294ca8d Bump to v1.2.4 2020-10-09 14:17:23 +02:00
Stjepan Glavina 15447d6859 Refactor 2020-10-09 14:16:52 +02:00
Stjepan Glavina eb656a98f4 Bump to v1.2.3 2020-10-04 14:32:03 +02:00
Stjepan Glavina e9a34a74d8 Bump top v1.2.2 2020-09-28 12:38:18 +02:00
Stjepan Glavina aa980f48e8 Bump to v1.2.1 2020-09-21 19:07:01 +02:00
Stjepan Glavina 9d3b1db1f4 Bump to v1.2.0 2020-09-21 12:51:00 +02:00
Stjepan Glavina 276cf1c6be Upgrade dependencies 2020-09-21 12:50:41 +02:00
Stjepan Glavina 7bcb24d8ab Bump to v1.1.0 2020-09-20 18:30:07 +02:00
Stjepan Glavina 68d2db5091 Update async-executor 2020-09-20 18:29:46 +02:00
Stjepan Glavina 7192fc5066 Bump to v1.0.1 2020-09-14 18:57:06 +02:00
Stjepan Glavina 7d19c85172 Bump to v1.0.0 2020-09-07 16:51:39 +02:00
Stjepan Glavina 61c13131ba Bump to v0.4.3 2020-08-30 22:32:27 +02:00
Stjepan Glavina 440c29e531 Bump to v0.4.2 2020-08-29 20:21:41 +02:00
Stjepan Glavina 2da3b43ff8 Update dependencies 2020-08-29 20:21:22 +02:00
Stjepan Glavina 2276ffa8a3 Bump to v0.4.1 2020-08-27 15:36:17 +02:00
Stjepan Glavina 396fb2006a Bump to v0.4.0 2020-08-27 00:23:45 +02:00
Stjepan Glavina 182e732bcb Update dependencies 2020-08-27 00:05:16 +02:00
Stjepan Glavina 1a542a8864 Fix compilation errors 2020-08-27 00:02:08 +02:00
Guillaume Gomez 59fb32b48e Add doc-comment to test README examples 2020-08-06 16:19:10 +02:00
Stjepan Glavina 2a46e64266 Bump to v0.3.3 2020-07-27 14:36:11 +02:00
Stjepan Glavina 974c4cd218 Add block_on() and SMOL_THREADS 2020-07-27 13:59:47 +02:00
Stjepan Glavina ead5867905 Bump to v0.3.2 2020-07-23 23:58:34 +02:00
Stjepan Glavina a3552bcadc Reexport FutureExt 2020-07-23 23:58:34 +02:00
Stjepan Glavina 98e75b9759 Bump to v0.3.1 2020-07-23 13:06:06 +02:00
Stjepan Glavina e9932e92b1 Bump to v0.3.0 2020-07-23 13:06:06 +02:00
Stjepan Glavina 9cffe01a92 Big refactor 2020-07-23 12:24:16 +02:00
Stjepan Glavina 39f67144a4 Reexport other crates into smol 2020-07-20 19:20:29 +02:00
Stjepan Glavina b3005d9420 Change 0.1 to 0.2 in docs 2020-07-20 11:54:58 +02:00
Stjepan Glavina b5eb97c60e Bump to v0.2.0 2020-07-20 11:40:55 +02:00
Stjepan Glavina 8a1efd58ea Update all dependencies 2020-07-20 00:57:31 +02:00
Stjepan Glavina 07ea6cc9f7 Update futures-lite 2020-07-20 00:56:40 +02:00
Stjepan Glavina 7a73c22814 Reduce the number of dependencies 2020-07-20 00:55:35 +02:00
Stjepan Glavina 4a18f3cb37 Fix compilation errors on windows 2020-07-15 13:40:48 +02:00
Stjepan Glavina f62230939a Add inotify and timerfd dependencies 2020-07-15 12:15:44 +02:00
Stjepan Glavina bf154f249b Add nix dependency 2020-07-15 11:40:03 +02:00
Stjepan Glavina 9c28a276fa Remove uses of async-net 2020-07-15 11:37:50 +02:00
Stjepan Glavina d5dfee84db Use published async-net 2020-07-14 22:03:33 +02:00