git.delta.rocks / jrsonnet / refs/commits / 9367ffe7b26b

difftreelog

chore change author field in cargo manifests

Yaroslav Bolyukin2021-01-06parent: #bc97bc9.patch.diff
in: master
To match git signature

Fixes #28

6 files changed

modifiedbindings/jsonnet/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "jsonnet"2name = "jsonnet"
3version = "0.3.2"3version = "0.3.2"
4authors = ["Лач <iam@lach.pw>"]4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
5edition = "2018"5edition = "2018"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
86
9[dependencies]7[dependencies]
10jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2" }8jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2" }
modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet"2name = "jrsonnet"
3description = "Rust jsonnet implementation"3description = "Rust jsonnet implementation"
4version = "0.3.2"4version = "0.3.2"
5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"6license = "MIT"
7edition = "2018"7edition = "2018"
8
9# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108
11[features]9[features]
12default = []10default = []
modifiedcrates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-cli"2name = "jrsonnet-cli"
3description = "Utilities for building jrsonnet CLIs"3description = "Utilities for building jrsonnet CLIs"
4version = "0.3.2"4version = "0.3.2"
5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6edition = "2018"6edition = "2018"
7
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
97
10[dependencies]8[dependencies]
11jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }9jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-evaluator"2name = "jrsonnet-evaluator"
3description = "jsonnet interpreter"3description = "jsonnet interpreter"
4version = "0.3.2"4version = "0.3.2"
5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"6license = "MIT"
7edition = "2018"7edition = "2018"
8
9# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
108
11[features]9[features]
12default = ["serialized-stdlib", "faster", "explaining-traces", "serde-json"]10default = ["serialized-stdlib", "faster", "explaining-traces", "serde-json"]
modifiedcrates/jrsonnet-parser/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-parser"2name = "jrsonnet-parser"
3description = "jsonnet language parser and AST"3description = "jsonnet language parser and AST"
4version = "0.3.2"4version = "0.3.2"
5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"6license = "MIT"
7edition = "2018"7edition = "2018"
88
modifiedcrates/jrsonnet-stdlib/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-stdlib"2name = "jrsonnet-stdlib"
3description = "jsonnet standard library packaged as crate"3description = "jsonnet standard library packaged as crate"
4version = "0.3.2"4version = "0.3.2"
5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"6license = "MIT"
7edition = "2018"7edition = "2018"
88