From c16d63056ca7107ad710bb6c835e2f17aae49fc0 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Thu, 21 Oct 2021 14:58:33 +0200 Subject: [PATCH] Version 0.8.0-pre9 --- remoc/Cargo.toml | 4 ++-- remoc_macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/remoc/Cargo.toml b/remoc/Cargo.toml index b5dbd90..a29c0bd 100644 --- a/remoc/Cargo.toml +++ b/remoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remoc" -version = "0.8.0-pre8" +version = "0.8.0-pre9" authors = ["Sebastian Urban ", "ENQT GmbH "] readme = "README.md" repository = "https://github.com/ENQT-GmbH/remoc/" @@ -42,7 +42,7 @@ codec-message-pack = ["rmp-serde"] default-codec-message-pack = ["codec-message-pack"] [dependencies] -remoc_macro = { version = "=0.8.0-pre8", path = "../remoc_macro", optional = true } +remoc_macro = { version = "=0.8.0-pre9", path = "../remoc_macro", optional = true } futures = "0.3" tokio = { version = "1.11", features = ["macros", "rt", "sync", "time"] } diff --git a/remoc_macro/Cargo.toml b/remoc_macro/Cargo.toml index 86fe609..da29da0 100644 --- a/remoc_macro/Cargo.toml +++ b/remoc_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remoc_macro" -version = "0.8.0-pre8" +version = "0.8.0-pre9" authors = ["Sebastian Urban ", "ENQT GmbH "] readme = "README.md" repository = "https://github.com/ENQT-GmbH/remoc/"