Skip to content

Commit f0be796

Browse files
committed
chore: Release
1 parent e872ab8 commit f0be796

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/typos-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ doc = false
4141

4242
[dependencies]
4343
typos = { version = "^0.10", path = "../typos" }
44-
varcon-core = { version = "^4.0.10", path = "../varcon-core" }
44+
varcon-core = { version = "^5.0.0", path = "../varcon-core" }
4545
typos-dict = { version = "^0.11", path = "../typos-dict", optional = true }
4646
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
4747
unicase = "2.7"

crates/typos-vars/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ rustdoc-args = ["--cfg", "docsrs"]
1818
[dependencies]
1919
unicase = "2.7"
2020
dictgen = { version = "^0.2", path = "../dictgen" }
21-
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["flags"] }
21+
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
2222

2323
[dev-dependencies]
2424
varcon = { version = "^0.7", path = "../varcon", features = ["flags"] }
25-
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["flags"] }
25+
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
2626
typos = { version = "^0.10", path = "../typos" }
2727
unicase = "2.7"
2828
codegenrs = "3.0"

crates/varcon-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon-core"
3-
version = "4.0.10"
3+
version = "5.0.0"
44
description = "Varcon-relevant data structures"
55
readme = "../../README.md"
66
categories = ["text-processing"]

crates/varcon/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ all = ["flags"]
2121
flags = ["varcon-core/flags"]
2222

2323
[dependencies]
24-
varcon-core = { version = "^4.0", path = "../varcon-core" }
24+
varcon-core = { version = "^5.0", path = "../varcon-core" }
2525

2626
[dev-dependencies]
2727
codegenrs = "3.0"
28-
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["parser"] }
28+
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["parser"] }
2929
snapbox = "0.6.5"
3030

3131
[lints]

0 commit comments

Comments
 (0)