chore: Release

This commit is contained in:
Ed Page 2024-08-23 13:56:02 -05:00
parent e872ab859f
commit f0be796065
5 changed files with 7 additions and 7 deletions

2
Cargo.lock generated
View file

@ -1501,7 +1501,7 @@ dependencies = [
[[package]]
name = "varcon-core"
version = "4.0.10"
version = "5.0.0"
dependencies = [
"enumflags2",
"snapbox",

View file

@ -41,7 +41,7 @@ doc = false
[dependencies]
typos = { version = "^0.10", path = "../typos" }
varcon-core = { version = "^4.0.10", path = "../varcon-core" }
varcon-core = { version = "^5.0.0", 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

@ -18,11 +18,11 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
unicase = "2.7"
dictgen = { version = "^0.2", path = "../dictgen" }
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["flags"] }
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
[dev-dependencies]
varcon = { version = "^0.7", path = "../varcon", features = ["flags"] }
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["flags"] }
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
typos = { version = "^0.10", path = "../typos" }
unicase = "2.7"
codegenrs = "3.0"

View file

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

View file

@ -21,11 +21,11 @@ all = ["flags"]
flags = ["varcon-core/flags"]
[dependencies]
varcon-core = { version = "^4.0", path = "../varcon-core" }
varcon-core = { version = "^5.0", path = "../varcon-core" }
[dev-dependencies]
codegenrs = "3.0"
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["parser"] }
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["parser"] }
snapbox = "0.6.5"
[lints]