Skip to content

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
someguynamedjosh committed Feb 12, 2022
1 parent 63fc451 commit 6bbf159
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ouroboros_examples"
version = "0.14.1"
version = "0.14.2"
authors = ["Joshua Maros <joshua-maros@github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -19,7 +19,7 @@ default = []
miri = []

[dependencies]
ouroboros = { version = "0.14.1", path = "../ouroboros" }
ouroboros = { version = "0.14.2", path = "../ouroboros" }
stable_deref_trait = "1.2"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions ouroboros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ouroboros"
version = "0.14.1"
version = "0.14.2"
authors = ["Joshua Maros <joshua-maros@github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -11,5 +11,5 @@ repository = "https://github.com/joshua-maros/ouroboros"

[dependencies]
aliasable = "0.1.3"
ouroboros_macro = { version = "0.14.1", path = "../ouroboros_macro" }
ouroboros_macro = { version = "0.14.2", path = "../ouroboros_macro" }
stable_deref_trait = "1.2"
2 changes: 1 addition & 1 deletion ouroboros_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ouroboros_macro"
version = "0.14.1"
version = "0.14.2"
authors = ["Joshua Maros <joshua-maros@github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6bbf159

Please sign in to comment.