git.delta.rocks / jrsonnet / refs/commits / 21bc7ae8ad17

difftreelog

build jrsonnet update was pushed to crates.io

unuxvxplYaroslav Bolyukin2026-02-08parent: #faca88a.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
642642
643[[package]]643[[package]]
644name = "jrsonnet-gcmodule"644name = "jrsonnet-gcmodule"
645version = "0.4.0"645version = "0.4.1"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "c33f4f6cdc60f5ae94ebae3dfe7f484ae79b364225d9b19601b24c804cfd8751"
646dependencies = [648dependencies = [
647 "jrsonnet-gcmodule-derive",649 "jrsonnet-gcmodule-derive",
648]650]
649651
650[[package]]652[[package]]
651name = "jrsonnet-gcmodule-derive"653name = "jrsonnet-gcmodule-derive"
652version = "0.4.0"654version = "0.4.1"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "2b30c95b285f9bb6709f1b3e6fc69b3a25e39b32ff987587fd108f0f22be5fa3"
653dependencies = [657dependencies = [
654 "proc-macro2",658 "proc-macro2",
655 "quote",659 "quote",
modifiedCargo.tomldiffbeforeafterboth
19jrsonnet-stdlib = { path = "./crates/jrsonnet-stdlib", version = "0.5.0-pre97" }19jrsonnet-stdlib = { path = "./crates/jrsonnet-stdlib", version = "0.5.0-pre97" }
20jrsonnet-cli = { path = "./crates/jrsonnet-cli", version = "0.5.0-pre97" }20jrsonnet-cli = { path = "./crates/jrsonnet-cli", version = "0.5.0-pre97" }
21jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre97" }21jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre97" }
22jrsonnet-gcmodule = { version = "0.4.0", path = "../gcmodule" }22jrsonnet-gcmodule = { version = "0.4.1" }
23# Diagnostics.23# Diagnostics.
24# hi-doc is my library, which handles text formatting very well, but isn't polished enough yet24# hi-doc is my library, which handles text formatting very well, but isn't polished enough yet
25# Previous implementation was based on annotate-snippets, which I don't like for many reasons.25# Previous implementation was based on annotate-snippets, which I don't like for many reasons.