Skip to content

Commit e86446d

Browse files
committed
Re-export io_lifetimes in cap-async-std too.
I just realized we should make the change from #266 in cap-async-std too, for the same reason.
1 parent 928b3cf commit e86446d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cap-async-std/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ pub use cap_primitives::{ambient_authority, AmbientAuthority};
5050
// Re-export `async_std` to make it easy for users to depend on the same
5151
// version we do, because we use its types in our public API.
5252
pub use async_std;
53+
// And this is also part of our public API
54+
pub use io_lifetimes;

0 commit comments

Comments
 (0)