chore: Release

This commit is contained in:
Ed Page 2023-02-22 11:25:22 -06:00
parent 5fc5101baf
commit 1ca59423d4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1783,7 +1783,7 @@ dependencies = [
[[package]]
name = "varcon-core"
version = "2.2.7"
version = "2.2.8"
dependencies = [
"enumflags2",
"winnow",

View file

@ -60,7 +60,7 @@ doc = false
[dependencies]
typos = { version = "^0.10", path = "crates/typos" }
varcon-core = { version = "^2.2.7", path = "crates/varcon-core" }
varcon-core = { version = "^2.2.8", path = "crates/varcon-core" }
typos-dict = { version = "^0.9", path = "crates/typos-dict", optional = true }
typos-vars = { version = "^0.8", path = "crates/typos-vars", optional = true }
unicase = "2.6"

View file

@ -1,6 +1,6 @@
[package]
name = "varcon-core"
version = "2.2.7"
version = "2.2.8"
description = "Varcon-relevant data structures"
readme = "../../README.md"
categories = ["text-processing"]