From 6ae8520cf3fcf7fbed2a53f83cab97a00f055ecf Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 23 Aug 2024 13:56:24 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/typos-dict/Cargo.toml | 2 +- crates/typos-vars/Cargo.toml | 2 +- crates/varcon/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03cd04f..2b886b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1492,7 +1492,7 @@ dependencies = [ [[package]] name = "varcon" -version = "0.7.7" +version = "1.0.0" dependencies = [ "codegenrs", "snapbox", diff --git a/crates/typos-dict/Cargo.toml b/crates/typos-dict/Cargo.toml index d146af6..942f66a 100644 --- a/crates/typos-dict/Cargo.toml +++ b/crates/typos-dict/Cargo.toml @@ -26,7 +26,7 @@ edit-distance = "2.1" unicase = "2.7" codegenrs = "3.0" dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] } -varcon = { version = "^0.7", path = "../varcon" } +varcon = { version = "^1.0", path = "../varcon" } snapbox = "0.6.5" indexmap = "2.2.6" diff --git a/crates/typos-vars/Cargo.toml b/crates/typos-vars/Cargo.toml index 31c0f4f..4b76959 100644 --- a/crates/typos-vars/Cargo.toml +++ b/crates/typos-vars/Cargo.toml @@ -21,7 +21,7 @@ dictgen = { version = "^0.2", path = "../dictgen" } varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] } [dev-dependencies] -varcon = { version = "^0.7", path = "../varcon", features = ["flags"] } +varcon = { version = "^1.0", path = "../varcon", features = ["flags"] } varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] } typos = { version = "^0.10", path = "../typos" } unicase = "2.7" diff --git a/crates/varcon/Cargo.toml b/crates/varcon/Cargo.toml index e756435..a4a7ffb 100644 --- a/crates/varcon/Cargo.toml +++ b/crates/varcon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "varcon" -version = "0.7.7" +version = "1.0.0" description = "Source Code Spelling Correction" readme = "../../README.md" categories = ["development-tools", "text-processing"]