Skip to content

Commit

Permalink
Pin topiary dependencies to exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Sep 17, 2024
1 parent a2c7bd9 commit ba9fc7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 58 deletions.
59 changes: 3 additions & 56 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repository = "https://github.com/bbannier/spicy-format"

[dependencies]
tree-sitter-spicy = { git = "https://github.com/bbannier/tree-sitter-spicy" }
topiary-core = { git = "https://github.com/tweag/topiary.git", version = "0.4.0" }
topiary-tree-sitter-facade = { git = "https://github.com/tweag/topiary.git", version = "0.4.0" }
topiary-core = { git = "https://github.com/tweag/topiary.git", rev = "2be4b840e008f659a5b5950f152275b500c4dfcd" }
topiary-tree-sitter-facade = { git = "https://github.com/tweag/topiary.git", rev = "2be4b840e008f659a5b5950f152275b500c4dfcd" }
clap = { version = "4.5.17", features = ["std", "derive", "help"], default-features = false }
thiserror = "1.0.63"
miette = { version = "7.2.0", default-features = false, features = ["derive", "fancy"] }
Expand Down

0 comments on commit ba9fc7c

Please sign in to comment.