Skip to content

Commit c7d6ef5

Browse files
Bump version to 0.30.0
1 parent e77eb47 commit c7d6ef5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.29.0"
6+
version = "0.30.0"
77
edition = "2021"
88
authors = ["Andreas Jansson"]
99
license = "MIT"
1010
homepage = "https://github.com/andreasjansson/cctr"
1111
repository = "https://github.com/andreasjansson/cctr"
1212

1313
[workspace.dependencies]
14-
cctr-expr = { version = "0.29.0", path = "crates/cctr-expr" }
15-
cctr-corpus = { version = "0.29.0", path = "crates/cctr-corpus" }
14+
cctr-expr = { version = "0.30.0", path = "crates/cctr-expr" }
15+
cctr-corpus = { version = "0.30.0", path = "crates/cctr-corpus" }
1616

1717
[profile.release]
1818
lto = true

0 commit comments

Comments
 (0)