From 7728ea29d3fbd3c2136b3857fc517b1a674f9fae Mon Sep 17 00:00:00 2001 From: joshua-maros <60271685+joshua-maros@users.noreply.github.com> Date: Sun, 7 Aug 2022 19:51:42 -0700 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 2ab1eb4..eecccda 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros_examples" -version = "0.15.1" +version = "0.15.2" authors = ["Joshua Maros "] edition = "2018" license = "MIT OR Apache-2.0" @@ -19,7 +19,7 @@ default = [] miri = [] [dependencies] -ouroboros = { version = "0.15.1", path = "../ouroboros" } +ouroboros = { version = "0.15.2", path = "../ouroboros" } [dev-dependencies] trybuild = "1.0" diff --git a/ouroboros/Cargo.toml b/ouroboros/Cargo.toml index 60377da..50417dc 100644 --- a/ouroboros/Cargo.toml +++ b/ouroboros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros" -version = "0.15.1" +version = "0.15.2" authors = ["Joshua Maros "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,7 +11,7 @@ repository = "https://github.com/joshua-maros/ouroboros" [dependencies] aliasable = "0.1.3" -ouroboros_macro = { version = "0.15.1", path = "../ouroboros_macro" } +ouroboros_macro = { version = "0.15.2", path = "../ouroboros_macro" } [features] default = ["std"] diff --git a/ouroboros_macro/Cargo.toml b/ouroboros_macro/Cargo.toml index c4701f3..52a75eb 100644 --- a/ouroboros_macro/Cargo.toml +++ b/ouroboros_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros_macro" -version = "0.15.1" +version = "0.15.2" authors = ["Joshua Maros "] edition = "2018" license = "MIT OR Apache-2.0"