git.delta.rocks / jrsonnet / refs/commits / 0e1ae581969b

difftreelog

fix update hi-doc

Yaroslav Bolyukin2024-04-07parent: #a9100ab.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
380380
381[[package]]381[[package]]
382name = "hi-doc"382name = "hi-doc"
383version = "0.1.0"383version = "0.1.1"
384source = "registry+https://github.com/rust-lang/crates.io-index"384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "748c617f3021ee027bf6f94d54f9c28877467cb79c5847d0dd70c3a6db4da0fc"385checksum = "d2390a0c9be1370168ef9557833bad3bfa37e1720df61d7f7034f18c07b4e006"
386dependencies = [386dependencies = [
387 "num-traits",387 "num-traits",
388 "rand",388 "rand",
10741074
1075[[package]]1075[[package]]
1076name = "smallvec"1076name = "smallvec"
1077version = "1.13.1"1077version = "1.13.2"
1078source = "registry+https://github.com/rust-lang/crates.io-index"1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"1079checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10801080
1081[[package]]1081[[package]]
1082name = "static_assertions"1082name = "static_assertions"
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@
 # 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