Release 0.73.0

harper-brill@0.73.0
harper-comments@0.73.0
harper-core@0.73.0
harper-html@0.73.0
harper-ink@0.73.0
harper-jjdescription@0.73.0
harper-literate-haskell@0.73.0
harper-ls@0.73.0
harper-pos-utils@0.73.0
harper-python@0.73.0
harper-stats@0.73.0
harper-tree-sitter@0.73.0
harper-typst@0.73.0

Generated by cargo-workspaces
This commit is contained in:
Elijah Potter 2025-11-24 08:18:27 -07:00
parent fcc8b7bbe2
commit e819fbbf1e
20 changed files with 173 additions and 71 deletions

View file

@ -9,20 +9,20 @@ repository = "https://github.com/automattic/harper"
anyhow = "1.0.100"
ariadne = "0.4.1"
clap = { version = "4.5.51", features = ["derive", "std", "string"], default-features = false }
harper-stats = { path = "../harper-stats", version = "0.72.0" }
harper-stats = { path = "../harper-stats", version = "0.73.0" }
dirs = "6.0.0"
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.72.0" }
harper-python = { path = "../harper-python", version = "0.72.0" }
harper-core = { path = "../harper-core", version = "0.72.0" }
harper-pos-utils = { path = "../harper-pos-utils", version = "0.72.0", features = [] }
harper-comments = { path = "../harper-comments", version = "0.72.0" }
harper-typst = { path = "../harper-typst", version = "0.72.0" }
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.73.0" }
harper-python = { path = "../harper-python", version = "0.73.0" }
harper-core = { path = "../harper-core", version = "0.73.0" }
harper-pos-utils = { path = "../harper-pos-utils", version = "0.73.0", features = [] }
harper-comments = { path = "../harper-comments", version = "0.73.0" }
harper-typst = { path = "../harper-typst", version = "0.73.0" }
hashbrown = "0.16.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
strum = "0.27.2"
strum_macros = "0.27.2"
harper-ink = { version = "0.72.0", path = "../harper-ink" }
harper-ink = { version = "0.73.0", path = "../harper-ink" }
either = "1.15.0"
[features]