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

difftreelog

build update clap version

Yaroslav Bolyukin2021-03-27parent: #0868231.patch.diff
in: master

2 files changed

modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
2121
22[dependencies.clap]22[dependencies.clap]
23git = "https://github.com/clap-rs/clap"23git = "https://github.com/clap-rs/clap"
24rev = "50fb4ca63dc7e8fb8aa2914de5c8a5b4413f2c62"24rev = "52814b893c87e1c0350cae13fc1988fe2aa9886a"
2525
modifiedcrates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth
1111
12[dependencies.clap]12[dependencies.clap]
13git = "https://github.com/clap-rs/clap"13git = "https://github.com/clap-rs/clap"
14rev = "50fb4ca63dc7e8fb8aa2914de5c8a5b4413f2c62"14rev = "52814b893c87e1c0350cae13fc1988fe2aa9886a"
1515