Skip to content

Commit f5a94fc

Browse files
committed
chore: Release
1 parent 28cd50a commit f5a94fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -41,7 +41,7 @@ doc = false
4141
[dependencies]
4242
typos = { version = "^0.10", path = "../typos" }
4343
varcon-core = { version = "^4.0.1", path = "../varcon-core" }
44-
typos-dict = { version = "^0.10", path = "../typos-dict", optional = true }
44+
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"
4747
anyhow = "1.0"

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

0 commit comments

Comments
 (0)