Skip to content

Commit

Permalink
Bump a variety of dependencies (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion authored Jan 30, 2025
1 parent 3a774f1 commit 83909f2
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 63 deletions.
161 changes: 105 additions & 56 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ethnum = "1.5.0"
inkwell = { git = "https://github.com/stevefan1999-personal/inkwell", rev = "0c1e5dd52cf3e012cb238ecfbdb3b1731b987c03", features = [
"llvm19-0",
] }
itertools = "0.13.0"
itertools = "0.14.0"
hieratika-cairoc = { path = "crates/cairoc" }
hieratika-cli = { path = "crates/cli" }
hieratika-compiler = { path = "crates/compiler" }
Expand Down
4 changes: 0 additions & 4 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,14 @@ rust-version.workspace = true

[dependencies]
anyhow.workspace = true
ariadne.workspace = true
clap.workspace = true
exitcode = "1.1.2"
hieratika-cairoc.workspace = true
hieratika-compiler.workspace = true
itertools.workspace = true
tracing.workspace = true

[dev-dependencies]
assert_cmd = "2.0.16"
indoc = "2.0.5"
predicates = "3.1.2"

[[bin]]
name = "hieratika"
Expand Down
Loading

0 comments on commit 83909f2

Please sign in to comment.