Skip to content

Commit

Permalink
pin openssl-src to 300.3.1+3.3.1 to allow builds on older machines (#291
Browse files Browse the repository at this point in the history
)

Before this commit, building on Momento build machines would
cause a build error due to "pairs" is not exported by the List::Util module.

See upstream issue here: openssl/openssl#25366
  • Loading branch information
virratanasangpunth authored Oct 10, 2024
1 parent e5dfad0 commit 705b290
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
55 changes: 28 additions & 27 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ mio = "0.8.8"
momento = "0.42.0"
once_cell = "1.18.0"
openssl = { version = "0.10.66", optional = true }
openssl-src = "=300.3.1+3.3.1"
openssl-sys = { version = "0.9.103", optional = true }
paste = "1.0.14"
pelikan-net = { version = "0.4.1", default-features = false }
Expand Down

0 comments on commit 705b290

Please sign in to comment.