Skip to content

Commit c844f2f

Browse files
committed
chore: update release version
1 parent 8ae5d88 commit c844f2f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.3.2"
16+
version = "0.4.0"
1717
authors = [
1818
"Arie Gurfinkel <[email protected]>",
1919
"Jorge A. Navas <[email protected]>",
@@ -48,12 +48,12 @@ syn = "2"
4848
macrotest = "1"
4949
trybuild = "1"
5050

51-
cvlr = { path = "cvlr", version = "=0.3.2" }
52-
cvlr-asserts = { path = "cvlr-asserts", version = "=0.3.2" }
53-
cvlr-mathint = { path = "cvlr-mathint", version = "=0.3.2" }
54-
cvlr-nondet = { path = "cvlr-nondet", default-features = false, version = "=0.3.2" }
55-
cvlr-log = { path = "cvlr-log", version = "=0.3.2" }
56-
cvlr-macros = { path = "cvlr-macros", version = "=0.3.2" }
57-
cvlr-early-panic = { path = "cvlr-early-panic", version = "=0.3.2" }
58-
cvlr-hook = { path = "cvlr-hook", version = "=0.3.2" }
59-
cvlr-fixed = { path = "cvlr-fixed", version = "=0.3.2" }
51+
cvlr = { path = "cvlr", version = "=0.4.0" }
52+
cvlr-asserts = { path = "cvlr-asserts", version = "=0.4.0" }
53+
cvlr-mathint = { path = "cvlr-mathint", version = "=0.4.0" }
54+
cvlr-nondet = { path = "cvlr-nondet", default-features = false, version = "=0.4.0" }
55+
cvlr-log = { path = "cvlr-log", version = "=0.4.0" }
56+
cvlr-macros = { path = "cvlr-macros", version = "=0.4.0" }
57+
cvlr-early-panic = { path = "cvlr-early-panic", version = "=0.4.0" }
58+
cvlr-hook = { path = "cvlr-hook", version = "=0.4.0" }
59+
cvlr-fixed = { path = "cvlr-fixed", version = "=0.4.0" }

0 commit comments

Comments
 (0)