Skip to content

Commit baa3436

Browse files
authored
Fix: Add OpenSSL crate (#89)
* fix: install openssl * fix: update version
1 parent c3f5a05 commit baa3436

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Cargo.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jito-bell"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
authors = ["Jito Network Maintainers <[email protected]>"]
55
repository = "https://github.com/jito-foundation/jito-bell"
66
edition = "2021"
@@ -24,6 +24,7 @@ jito-vault-client = { package = "jito-vault-client", git = "https://github.com/j
2424
jito-vault-sdk = { package = "jito-vault-sdk", git = "https://github.com/jito-foundation/restaking", rev = "eaf88e7e5ca2845fe3108c4fc4a06a25f9a8514d" }
2525
log = "0.4.17"
2626
maplit = "1.0.2"
27+
openssl = { version = "0.10.72", features = ["vendored"] }
2728
reqwest = { version = "0.11.0", features = ["json"] }
2829
serde = { version = "1.0.219", features = ["derive"] }
2930
serde_json = "1.0.140"

0 commit comments

Comments
 (0)