Skip to content

Commit a491fd5

Browse files
committed
chore: Release
1 parent 24e5618 commit a491fd5

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

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

crates/dictgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dictgen"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "Compile-time case-insensitive map"
55
categories = ["development-tools", "text-processing"]
66
keywords = ["development", "spelling", "no_std"]

crates/typos-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "^5.0.0", path = "../varcon-core" }
44+
varcon-core = { version = "^5.0.1", 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-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.37"
3+
version = "0.11.38"
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.22"
3+
version = "0.8.23"
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.29"
3+
version = "0.10.30"
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.0"
3+
version = "5.0.1"
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 = "1.0.0"
3+
version = "1.0.1"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

0 commit comments

Comments
 (0)