Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Merge 23299c3 into 83db487
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 9, 2019
2 parents 83db487 + 23299c3 commit 606fc3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ handlebars = "1.1"
ansi_term = "0.11"
chrono = "0.4"

hocon = "0.2"
hocon = "0.3"
dirs = "1.0"
structopt = "0.2"
config = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion src/cli_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ pub struct JenkinsSettings {

#[derive(Debug, Clone)]
struct SourceHocon {
conf: Result<hocon::Hocon, ()>,
conf: Result<hocon::Hocon, hocon::Error>,
path: String,
required: bool,
}
Expand Down

0 comments on commit 606fc3f

Please sign in to comment.