Skip to content

Commit

Permalink
optional=true for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Dec 14, 2023
1 parent 75f11f4 commit a66c865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gbump"
version = "1.1.1"
version = "1.1.2"
authors = ["Nicolas Embriz <[email protected]>"]
description = "Git tag semantic version bumper"
documentation = "https://github.com/nbari/gbump"
Expand All @@ -16,7 +16,7 @@ edition = "2018"
travis-ci = { repository = "nbari/gbump", branch = "master" }

[dependencies]
regex = "1.8"
clap = "4"
openssl = { version = "0.10", optional = true, features = ["vendored"] }
git2 = "0.18"
openssl = { version = "0.10", features = ["vendored"] }
regex = "1.8"

0 comments on commit a66c865

Please sign in to comment.