Skip to content

Commit

Permalink
Merge pull request #24 from sebastienrousseau/feat/libmake
Browse files Browse the repository at this point in the history
fix(libmake): Error: failed to run custom build command for `openssl`
  • Loading branch information
sebastienrousseau authored Oct 3, 2023
2 parents 834c630 + 01ee0da commit aa850c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ assert_cmd = "2.0.12"
clap = "4.4.6"
csv = "1.3.0"
figlet-rs = "0.1.5"
openssl = { version = "0.10.57", features = ["vendored"] }
reqwest = { version = "0.11.22", features = ["blocking"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
Expand Down

0 comments on commit aa850c2

Please sign in to comment.