From e35d00630ef845edb1c68946eeb7c8c59e28653c Mon Sep 17 00:00:00 2001 From: joshua-maros <60271685+joshua-maros@users.noreply.github.com> Date: Sat, 26 Jun 2021 11:47:58 -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 f316dba..8bb678e 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros_examples" -version = "0.9.3" +version = "0.9.4" authors = ["Joshua Maros "] edition = "2018" license = "MIT OR Apache-2.0" @@ -19,7 +19,7 @@ default = [] miri = [] [dependencies] -ouroboros = { version = "0.9.3", path = "../ouroboros" } +ouroboros = { version = "0.9.4", path = "../ouroboros" } stable_deref_trait = "1.2" [dev-dependencies] diff --git a/ouroboros/Cargo.toml b/ouroboros/Cargo.toml index c0c7e3f..e5a1dd4 100644 --- a/ouroboros/Cargo.toml +++ b/ouroboros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros" -version = "0.9.3" +version = "0.9.4" authors = ["Joshua Maros "] edition = "2018" license = "MIT OR Apache-2.0" @@ -10,5 +10,5 @@ documentation = "https://docs.rs/ouroboros" repository = "https://github.com/joshua-maros/ouroboros" [dependencies] -ouroboros_macro = { version = "0.9.3", path = "../ouroboros_macro" } +ouroboros_macro = { version = "0.9.4", path = "../ouroboros_macro" } stable_deref_trait = "1.2" diff --git a/ouroboros_macro/Cargo.toml b/ouroboros_macro/Cargo.toml index 7737672..79ae4ae 100644 --- a/ouroboros_macro/Cargo.toml +++ b/ouroboros_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouroboros_macro" -version = "0.9.3" +version = "0.9.4" authors = ["Joshua Maros "] edition = "2018" license = "MIT OR Apache-2.0"