chore: Release

This commit is contained in:
Ed Page 2024-02-13 08:57:26 -06:00
parent 5b5029fc69
commit b628b9dd0a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1506,7 +1506,7 @@ dependencies = [
[[package]]
name = "varcon-core"
version = "4.0.4"
version = "4.0.5"
dependencies = [
"enumflags2",
"winnow 0.6.0",

View file

@ -40,7 +40,7 @@ doc = false
[dependencies]
typos = { version = "^0.10", path = "../typos" }
varcon-core = { version = "^4.0.4", path = "../varcon-core" }
varcon-core = { version = "^4.0.5", path = "../varcon-core" }
typos-dict = { version = "^0.11", path = "../typos-dict", optional = true }
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
unicase = "2.7"

View file

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