Skip to content

Commit

Permalink
Bump type-uuid-derive version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Dec 2, 2019
1 parent 97e21f1 commit 4630eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT"
categories = ["rust-patterns"]

[dependencies]
type-uuid-derive = { version = "0.1.1", path = "./type-uuid-derive" }
type-uuid-derive = { version = "0.1.2", path = "./type-uuid-derive" }
amethyst = { version = "0.10.0", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion type-uuid-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "type-uuid-derive"
version = "0.1.1"
version = "0.1.2"
authors = ["David LeGare <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 4630eed

Please sign in to comment.