Skip to content

Commit

Permalink
build: fix openssl version dependency; bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
scarvalhojr committed Nov 10, 2022
1 parent b165ae7 commit 71ec249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aoc-cli"
description = "Advent of Code command-line helper tool"
version = "0.4.5"
version = "0.4.6"
authors = ["Sergio de Carvalho <[email protected]>"]
categories = ["command-line-utilities"]
edition = "2021"
Expand All @@ -25,4 +25,4 @@ term_size = "0.3"

# Use static linking of OpenSSL on Linux with MUSL
[target.x86_64-unknown-linux-musl.dependencies]
openssl = { version = "*", features = ["vendored"] }
openssl = { version = "0.10", features = ["vendored"] }

0 comments on commit 71ec249

Please sign in to comment.