This repository was archived by the owner on Oct 9, 2019. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
name = " async-ready"
3
3
version = " 2.0.0"
4
4
license = " MIT OR Apache-2.0"
5
- repository = " https://github.com/yoshuawuyts /async-ready"
5
+ repository = " https://github.com/rustasync /async-ready"
6
6
documentation = " https://docs.rs/async-ready"
7
7
description = " Async readiness traits."
8
8
keywords = [" async" , " ready_state" , " poll_ready" ]
9
9
categories = [" asynchronous" ]
10
- authors = [
" Yoshua Wuyts <[email protected] > " ]
10
+ authors = [" The Rust Async Ecosystem Working Group " ]
11
11
readme = " README.md"
12
12
edition = " 2018"
13
13
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ None.
64
64
65
65
[ 1 ] : https://img.shields.io/crates/v/async-ready.svg?style=flat-square
66
66
[ 2 ] : https://crates.io/crates/async-ready
67
- [ 3 ] : https://img.shields.io/travis/yoshuawuyts /async-ready/master.svg?style=flat-square
68
- [ 4 ] : https://travis-ci.org/yoshuawuyts /async-ready
67
+ [ 3 ] : https://img.shields.io/travis/rustasync /async-ready/master.svg?style=flat-square
68
+ [ 4 ] : https://travis-ci.org/rustasync /async-ready
69
69
[ 5 ] : https://img.shields.io/crates/d/async-ready.svg?style=flat-square
70
70
[ 6 ] : https://crates.io/crates/async-ready
71
71
[ 7 ] : https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
72
72
[ 8 ] : https://docs.rs/async-ready
73
73
74
- [ releases ] : https://github.com/yoshuawuyts /async-ready/releases
75
- [ contributing ] : https://github.com/yoshuawuyts /async-ready/blob/master.github/CONTRIBUTING.md
76
- [ good-first-issue ] : https://github.com/yoshuawuyts /async-ready/labels/good%20first%20issue
77
- [ help-wanted ] : https://github.com/yoshuawuyts /async-ready/labels/help%20wanted
74
+ [ releases ] : https://github.com/rustasync /async-ready/releases
75
+ [ contributing ] : https://github.com/rustasync /async-ready/blob/master.github/CONTRIBUTING.md
76
+ [ good-first-issue ] : https://github.com/rustasync /async-ready/labels/good%20first%20issue
77
+ [ help-wanted ] : https://github.com/rustasync /async-ready/labels/help%20wanted
You can’t perform that action at this time.
0 commit comments