Skip to content

Commit 928b3cf

Browse files
cgwalterssunfishcode
authored andcommitted
cap-std: Re-export io-lifetimes
For similar reasons as we re-export cap-primitives bits. (Also, the fact that the io-lifetimes semver is different from cap-std makes having this even more convenient for users instead of juggling two separate dependencies in `Cargo.toml`)
1 parent 1c1b95f commit 928b3cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cap-std/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ pub mod time;
4848
#[doc(hidden)]
4949
pub use cap_primitives::ambient_authority_known_at_compile_time;
5050
pub use cap_primitives::{ambient_authority, AmbientAuthority};
51+
// And this is also part of our public API
52+
pub use io_lifetimes;

0 commit comments

Comments
 (0)