We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77eb47 commit c7d6ef5Copy full SHA for c7d6ef5
1 file changed
Cargo.toml
@@ -3,16 +3,16 @@ members = ["crates/*"]
3
resolver = "2"
4
5
[workspace.package]
6
-version = "0.29.0"
+version = "0.30.0"
7
edition = "2021"
8
authors = ["Andreas Jansson"]
9
license = "MIT"
10
homepage = "https://github.com/andreasjansson/cctr"
11
repository = "https://github.com/andreasjansson/cctr"
12
13
[workspace.dependencies]
14
-cctr-expr = { version = "0.29.0", path = "crates/cctr-expr" }
15
-cctr-corpus = { version = "0.29.0", path = "crates/cctr-corpus" }
+cctr-expr = { version = "0.30.0", path = "crates/cctr-expr" }
+cctr-corpus = { version = "0.30.0", path = "crates/cctr-corpus" }
16
17
[profile.release]
18
lto = true
0 commit comments