Skip to content

Commit

Permalink
export Yielder
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Jan 9, 2025
1 parent 2b955ea commit 811675a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agnostic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agnostic"
version = "0.4.1"
version = "0.4.2"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion agnostic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mod macros;
#[cfg_attr(docsrs, doc(cfg(feature = "async-io")))]
pub use agnostic_lite::async_io::*;

pub use agnostic_lite::{time, AsyncBlockingSpawner, AsyncLocalSpawner, AsyncSpawner, RuntimeLite};
pub use agnostic_lite::{time, AsyncBlockingSpawner, AsyncLocalSpawner, AsyncSpawner, RuntimeLite, Yielder};

/// [`tokio`] runtime adapter
///
Expand Down

0 comments on commit 811675a

Please sign in to comment.