From 7316c75b988ce97140c824837253161bc411eb22 Mon Sep 17 00:00:00 2001 From: Josh <60271685+someguynamedjosh@users.noreply.github.com> Date: Thu, 23 May 2024 19:58:43 -0500 Subject: [PATCH] Version bump --- examples/Cargo.toml | 4 ++-- ouroboros/Cargo.toml | 4 ++-- ouroboros_macro/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index f9b3d74..22100be 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros_examples" -version = "0.18.3" +version = "0.18.4" authors = ["Josh "] edition = "2018" license = "MIT OR Apache-2.0" @@ -20,7 +20,7 @@ miri = [] std = [] [dependencies] -ouroboros = { version = "0.18.3", path = "../ouroboros" } +ouroboros = { version = "0.18.4", path = "../ouroboros" } tokio = { version = "1.27.0", features = [ "macros", "rt" ], optional = true } [dev-dependencies] diff --git a/ouroboros/Cargo.toml b/ouroboros/Cargo.toml index ce6cb7a..242496d 100644 --- a/ouroboros/Cargo.toml +++ b/ouroboros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros" -version = "0.18.3" +version = "0.18.4" authors = ["Josh "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,7 +11,7 @@ repository = "https://github.com/someguynamedjosh/ouroboros" [dependencies] aliasable = "0.1.3" -ouroboros_macro = { version = "0.18.3", path = "../ouroboros_macro" } +ouroboros_macro = { version = "0.18.4", path = "../ouroboros_macro" } static_assertions = "1.1.0" [features] diff --git a/ouroboros_macro/Cargo.toml b/ouroboros_macro/Cargo.toml index e7fcb7b..95a7573 100644 --- a/ouroboros_macro/Cargo.toml +++ b/ouroboros_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros_macro" -version = "0.18.3" +version = "0.18.4" authors = ["Josh "] edition = "2018" license = "MIT OR Apache-2.0"