8000 chore: Release · crate-ci/typos@b5b09d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5b09d7

Browse files
committed
chore: Release
1 parent f663bf3 commit b5b09d7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -43,7 +43,7 @@ doc = false
4343

4444
[dependencies]
4545
typos = { version = "^0.10", path = "../typos" }
46-
varcon-core = { version = "^2.2.9", path = "../varcon-core" }
46+
varcon-core = { version = "^2.2.11", path = "../varcon-core" }
4747
typos-dict = { version = "^0.9", path = "../typos-dict", optional = true }
4848
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
4949
unicase = "2.6"

crates/typos-vars/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-vars"
3-
version = "0.8.9"
3+
version = "0.8.10"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

crates/typos/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"
3-
version = "0.10.11"
3+
version = "0.10.12"
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 = "2.2.10"
3+
version = "2.2.11"
44
description = "Varcon-relevant data structures"
55
readme = "../../README.md"
66
categories = ["text-processing"]

crates/varcon/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"
3-
version = "0.6.8"
3+
version = "0.6.9"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

0 commit comments

Comments
 (0)
0