Skip to content

Commit 34b60f1

Browse files
committed
chore: Release
1 parent 8b9670a commit 34b60f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/typos-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ doc = false
4242

4343
[dependencies]
4444
typos = { version = "^0.10", path = "../typos" }
45-
varcon-core = { version = "^5.0.2", path = "../varcon-core" }
45+
varcon-core = { version = "^5.0.3", path = "../varcon-core" }
4646
typos-dict = { version = "^0.12", path = "../typos-dict", optional = true }
4747
typos-vars = { version = "^0.9", path = "../typos-vars", optional = true }
4848
unicase = "2.8.1"

crates/typos-dict/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-dict"
3-
version = "0.12.13"
3+
version = "0.12.14"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

crates/varcon-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon-core"
3-
version = "5.0.2"
3+
version = "5.0.3"
44
description = "Varcon-relevant data structures"
55
readme = "../../README.md"
66
categories = ["text-processing"]

0 commit comments

Comments
 (0)