Skip to content

Commit

Permalink
install openssl-sys to fix build workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yahya committed Oct 19, 2023
1 parent 485c17f commit 79a99b6
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 @@ -9,6 +9,7 @@ edition = "2021"
dotenv = "0.15.0"
env_logger = "0.10.0"
log = "0.4.20"
openssl-sys = "0.9.93"
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = { version = "1.0.107", features = ["preserve_order"] }
Expand Down

0 comments on commit 79a99b6

Please sign in to comment.