Skip to content

Commit b49b99d

Browse files
authored
Build vendored openssl for CI (#119)
1 parent a647aa4 commit b49b99d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ spl-token = "7.0.0"
5656
spl-token-2022 = "7.0.0"
5757
spl-associated-token-account = "6.0.0"
5858
mpl-token-metadata = "5.1.0"
59+
openssl-sys = { version = "*", features = ["vendored"] }
5960

6061
[patch.crates-io.curve25519-dalek]
6162
git = "https://github.com/solana-labs/curve25519-dalek.git"

bridge-sdk/bridge-clients/solana-bridge-client/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spl-token.workspace = true
1414
spl-token-2022.workspace = true
1515
spl-associated-token-account.workspace = true
1616
thiserror.workspace = true
17+
openssl-sys.workspace = true
1718

1819
[lib]
1920
path = "src/solana_bridge_client.rs"

0 commit comments

Comments
 (0)