Skip to content

Commit

Permalink
fix: update hi-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Apr 7, 2024
1 parent a9100ab commit 0e1ae58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -29,7 +29,7 @@ jrsonnet-gcmodule = "0.3.6"
# I'm against using miette, because I want to reuse data between interpreter and annotations, yet miette
# and other libraries want to handle spans etc by itself, which is okay for compiler diagnostics, but is
# bad for interpreter, where interpreter and parser are paired much closer.
hi-doc = "0.1.0"
hi-doc = "0.1.1"
annotate-snippets = "0.10.1"

# CLI
Expand Down

0 comments on commit 0e1ae58

Please sign in to comment.