Skip to content

Commit

Permalink
Merge pull request #27 from sebastienrousseau/feat/libmake
Browse files Browse the repository at this point in the history
fix(libmake): 🚑 added missing dependency
  • Loading branch information
sebastienrousseau authored Nov 7, 2023
2 parents 27819fe + c253461 commit f3b7062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ clap = "4.4.7"
csv = "1.3.0"
dtt = "0.0.4"
figlet-rs = "0.1.5"
# openssl = { version = "0.10.59", features = ["vendored"] }
openssl = { version = "0.10.59", features = ["vendored"] }
reqwest = { version = "0.11.22", features = ["blocking"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit f3b7062

Please sign in to comment.