Skip to content

Commit c79a9f1

Browse files
committed
chore: Release
1 parent 5201049 commit c79a9f1

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -40,7 +40,7 @@ doc = false
4040

4141
[dependencies]
4242
typos = { version = "^0.10", path = "../typos" }
43-
varcon-core = { version = "^4.0.5", path = "../varcon-core" }
43+
varcon-core = { version = "^4.0.6", path = "../varcon-core" }
4444
typos-dict = { version = "^0.11", path = "../typos-dict", optional = true }
4545
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
4646
unicase = "2.7"

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

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.15"
3+
version = "0.8.16"
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.21"
3+
version = "0.10.22"
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 = "4.0.5"
3+
version = "4.0.6"
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.7.3"
3+
version = "0.7.4"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

0 commit comments

Comments
 (0)