Skip to content

Commit 6ae8520

Browse files
committed
chore: Release
1 parent f0be796 commit 6ae8520

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/typos-dict/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ edit-distance = "2.1"
2626
unicase = "2.7"
2727
codegenrs = "3.0"
2828
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
29-
varcon = { version = "^0.7", path = "../varcon" }
29+
varcon = { version = "^1.0", path = "../varcon" }
3030
snapbox = "0.6.5"
3131
indexmap = "2.2.6"
3232

crates/typos-vars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dictgen = { version = "^0.2", path = "../dictgen" }
2121
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
2222

2323
[dev-dependencies]
24-
varcon = { version = "^0.7", path = "../varcon", features = ["flags"] }
24+
varcon = { version = "^1.0", path = "../varcon", features = ["flags"] }
2525
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
2626
typos = { version = "^0.10", path = "../typos" }
2727
unicase = "2.7"

crates/varcon/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon"
3-
version = "0.7.7"
3+
version = "1.0.0"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

0 commit comments

Comments
 (0)