go to stable
This commit is contained in:
parent
c240529fd2
commit
1a7128c1be
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "messagebus"
|
name = "messagebus"
|
||||||
version = "0.15.0"
|
version = "0.15.1"
|
||||||
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
|
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
|
||||||
repository = "https://github.com/andreytkachenko/messagebus.git"
|
repository = "https://github.com/andreytkachenko/messagebus.git"
|
||||||
keywords = ["futures", "async", "tokio", "message", "bus"]
|
keywords = ["futures", "async", "tokio", "message", "bus"]
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#![feature(return_position_impl_trait_in_trait)]
|
|
||||||
#![feature(async_fn_in_trait)]
|
|
||||||
|
|
||||||
mod async_iter;
|
mod async_iter;
|
||||||
mod builder;
|
mod builder;
|
||||||
mod chan;
|
mod chan;
|
||||||
|
Loading…
Reference in New Issue
Block a user