From 21bc7ae8ad1776901b9fbd3c51e62f541b8cfe6f Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 08 Feb 2026 00:22:13 +0000 Subject: [PATCH] build: jrsonnet update was pushed to crates.io --- --- a/Cargo.lock +++ b/Cargo.lock @@ -642,14 +642,18 @@ [[package]] name = "jrsonnet-gcmodule" -version = "0.4.0" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c33f4f6cdc60f5ae94ebae3dfe7f484ae79b364225d9b19601b24c804cfd8751" dependencies = [ "jrsonnet-gcmodule-derive", ] [[package]] name = "jrsonnet-gcmodule-derive" -version = "0.4.0" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b30c95b285f9bb6709f1b3e6fc69b3a25e39b32ff987587fd108f0f22be5fa3" dependencies = [ "proc-macro2", "quote", --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ jrsonnet-stdlib = { path = "./crates/jrsonnet-stdlib", version = "0.5.0-pre97" } jrsonnet-cli = { path = "./crates/jrsonnet-cli", version = "0.5.0-pre97" } jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre97" } -jrsonnet-gcmodule = { version = "0.4.0", path = "../gcmodule" } +jrsonnet-gcmodule = { version = "0.4.1" } # Diagnostics. # hi-doc is my library, which handles text formatting very well, but isn't polished enough yet # Previous implementation was based on annotate-snippets, which I don't like for many reasons. -- gitstuff