-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #44 from bruno-delfino1995/use-clap-prerel…
…ease" This reverts commit b21f06a, reversing changes made to 7a7e4e4. Signed-off-by: Yaroslav Bolyukin <[email protected]>
- Loading branch information
1 parent
6794ed5
commit f7013a5
Showing
7 changed files
with
95 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ version = "0.3.7" | |
authors = ["Yaroslav Bolyukin <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
publish = false | ||
|
||
[features] | ||
default = [] | ||
|
@@ -18,5 +19,11 @@ jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.7" } | |
# TODO: Fix mimalloc compile errors, and use them | ||
mimallocator = { version = "0.1.3", optional = true } | ||
thiserror = "1.0" | ||
clap = "3.0.0-beta.2" | ||
clap_generate = "3.0.0-beta.2" | ||
|
||
[dependencies.clap] | ||
git = "https://github.com/clap-rs/clap" | ||
rev = "92f744cc49d12d32261010d355dc215a6d2487b9" | ||
|
||
[dependencies.clap_generate] | ||
git = "https://github.com/clap-rs/clap" | ||
rev = "92f744cc49d12d32261010d355dc215a6d2487b9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,12 @@ version = "0.3.7" | |
authors = ["Yaroslav Bolyukin <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
publish = false | ||
|
||
[dependencies] | ||
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.7", features = ["explaining-traces"] } | ||
jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.7" } | ||
clap = "3.0.0-beta.2" | ||
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.6", features = ["explaining-traces"] } | ||
jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.6" } | ||
|
||
[dependencies.clap] | ||
git = "https://github.com/clap-rs/clap" | ||
rev = "92f744cc49d12d32261010d355dc215a6d2487b9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/target | ||
Cargo.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ version = "0.3.7" | |
authors = ["Yaroslav Bolyukin <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
||
[features] | ||
|
||
[dependencies] |