Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirosval committed Apr 11, 2023
1 parent 73cda44 commit a359dbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valibuk"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Valibuk is a library and a set of macros implementing the correct-by-construction pattern."
authors = ["Miroslav Zoricak <miroslav.zoricak@gmail.com>"]
Expand All @@ -17,7 +17,7 @@ readme = "README.md"
members = ["valibuk_derive", "valibuk_core"]

[dependencies]
valibuk_derive = {version = "0.1.0", path = "valibuk_derive"}
valibuk_derive = {version = "0.2.0", path = "valibuk_derive"}

[dev-dependencies]
trybuild = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion valibuk_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valibuk_core"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Internal library of Valibuk"
authors = ["Miroslav Zoricak <miroslav.zoricak@gmail.com>"]
Expand Down
4 changes: 2 additions & 2 deletions valibuk_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valibuk_derive"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Macros for the Valibuk library"
authors = ["Miroslav Zoricak <miroslav.zoricak@gmail.com>"]
Expand All @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
proc-macro = true

[dependencies]
valibuk_core = { version = "0.1.0", path = "../valibuk_core"}
valibuk_core = { version = "0.2.0", path = "../valibuk_core"}
syn = { version = "1", features = ["full", "extra-traits", "fold"] }
quote = "1"
proc-macro2 = "1"
Expand Down

0 comments on commit a359dbc

Please sign in to comment.