git.delta.rocks / jrsonnet / refs/commits / b70500f0023e

difftreelog

build disable publishing for some crates

Yaroslav Bolyukin2021-04-30parent: #7768929.patch.diff
in: master

3 files changed

modifiedbindings/jsonnet/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "jsonnet"2name = "jsonnet"
3description = "Rust implementation of libjsonnet.so"
3version = "0.3.6"4version = "0.3.6"
4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
5license = "MIT"6license = "MIT"
6edition = "2018"7edition = "2018"
8publish = false
79
8[dependencies]10[dependencies]
9jrsonnet-interner = { path = "../../crates/jrsonnet-interner", version = "0.3.6" }11jrsonnet-interner = { path = "../../crates/jrsonnet-interner", version = "0.3.6" }
modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"6license = "MIT"
7edition = "2018"7edition = "2018"
8publish = false
89
9[features]10[features]
10default = []11default = []
modifiedcrates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"6license = "MIT"
7edition = "2018"7edition = "2018"
8publish = false
89
9[dependencies]10[dependencies]
10jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.6", features = ["explaining-traces"] }11jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.6", features = ["explaining-traces"] }