difftreelog
fix update hi-doc
in: master
2 files changed
Cargo.lockdiffbeforeafterboth380380381[[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",107410741075[[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"108010801081[[package]]1081[[package]]1082name = "static_assertions"1082name = "static_assertions"Cargo.tomldiffbeforeafterboth29# I'm against using miette, because I want to reuse data between interpreter and annotations, yet miette29# I'm against using miette, because I want to reuse data between interpreter and annotations, yet miette30# and other libraries want to handle spans etc by itself, which is okay for compiler diagnostics, but is30# and other libraries want to handle spans etc by itself, which is okay for compiler diagnostics, but is31# bad for interpreter, where interpreter and parser are paired much closer.31# bad for interpreter, where interpreter and parser are paired much closer.32hi-doc = "0.1.0"32hi-doc = "0.1.1"33annotate-snippets = "0.10.1"33annotate-snippets = "0.10.1"343435# CLI35# CLI