git.delta.rocks / jrsonnet / refs/commits / 387e99d7443a

difftreelog

build update gcmodule

tmtxpsmuYaroslav Bolyukin2026-05-05parent: #9cb049e.patch.diff
in: master

3 files changed

modifiedCargo.lockdiffbeforeafterboth
984984
985[[package]]985[[package]]
986name = "jrsonnet-gcmodule"986name = "jrsonnet-gcmodule"
987version = "0.4.5"987version = "0.4.6"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "bb04c12f50f954e1d8b3b5a7e99c448da97af2e1f7435a88f3c9b9f2a677015a"
988dependencies = [990dependencies = [
989 "jrsonnet-gcmodule-derive",991 "jrsonnet-gcmodule-derive",
990]992]
991993
992[[package]]994[[package]]
993name = "jrsonnet-gcmodule-derive"995name = "jrsonnet-gcmodule-derive"
994version = "0.4.5"996version = "0.4.6"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "454a895e7c0b7ea3584966e8b346c6c80fdd33acb0224ad7e3fbd80cf8171601"
995dependencies = [999dependencies = [
996 "proc-macro2",1000 "proc-macro2",
997 "quote",1001 "quote",
modifiedCargo.tomldiffbeforeafterboth
30jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre98" }30jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre98" }
31jrsonnet-formatter = { path = "./crates/jrsonnet-formatter", version = "0.5.0-pre98" }31jrsonnet-formatter = { path = "./crates/jrsonnet-formatter", version = "0.5.0-pre98" }
32jrsonnet-lexer = { path = "./crates/jrsonnet-lexer", version = "0.5.0-pre98" }32jrsonnet-lexer = { path = "./crates/jrsonnet-lexer", version = "0.5.0-pre98" }
33jrsonnet-gcmodule = { version = "0.4.5" }33jrsonnet-gcmodule = { version = "0.4.6" }
34# Diagnostics.34# Diagnostics.
35# hi-doc is my library, which handles text formatting very well, but isn't polished enough yet35# hi-doc is my library, which handles text formatting very well, but isn't polished enough yet
36# Previous implementation was based on annotate-snippets, which I don't like for many reasons.36# Previous implementation was based on annotate-snippets, which I don't like for many reasons.
169# codegenerated-stdlib block169# codegenerated-stdlib block
170similar_names = "allow"170similar_names = "allow"
171
172#[profile.test]
173#opt-level = 1
174
175[patch.crates-io]
176jrsonnet-gcmodule = { path = "/home/lach/build/gcmodule" }
177171
178[profile.release]172[profile.release]
179opt-level = 3173opt-level = 3
addedresult.adocdiffbeforeafterboth

no changes