Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 14, 2023
1 parent a2c9d20 commit 37e2b40
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 @@ -43,7 +43,7 @@ doc = false

[dependencies]
typos = { version = "^0.10", path = "../typos" }
varcon-core = { version = "^3.0.0", path = "../varcon-core" }
varcon-core = { version = "^4.0.0", path = "../varcon-core" }
typos-dict = { version = "^0.10", path = "../typos-dict", optional = true }
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
unicase = "2.6"
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 @@ -14,11 +14,11 @@ include.workspace = true
[dependencies]
unicase = "2.6"
dictgen = { version = "^0.2", path = "../dictgen" }
varcon-core = { version = "^3.0", path = "../varcon-core", features = ["flags"] }
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["flags"] }

[dev-dependencies]
varcon = { version = "^0.6", path = "../varcon", features = ["flags"] }
varcon-core = { version = "^3.0", path = "../varcon-core", features = ["flags"] }
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["flags"] }
typos = { version = "^0.10", path = "../typos" }
unicase = "2.6"
codegenrs = "2.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 = "3.0.0"
version = "4.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 @@ -17,9 +17,9 @@ all = ["flags"]
flags = ["varcon-core/flags"]

[dependencies]
varcon-core = { version = "^3.0", path = "../varcon-core" }
varcon-core = { version = "^4.0", path = "../varcon-core" }

[dev-dependencies]
codegenrs = "2.0"
varcon-core = { version = "^3.0", path = "../varcon-core", features = ["parser"] }
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["parser"] }
snapbox = { version = "0.4.11", features = ["path"] }

0 comments on commit 37e2b40

Please sign in to comment.