Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 23, 2024
1 parent e872ab8 commit f0be796
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions crates/typos-vars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/varcon-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions crates/varcon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f0be796

Please sign in to comment.