Skip to content

Commit cee8a8d

Browse files
committed
Upgrade to the version from git to verify functionality
1 parent 94872e4 commit cee8a8d

File tree

2 files changed

+150
-8
lines changed

2 files changed

+150
-8
lines changed

src/rust/Cargo.lock

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

src/rust/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ asn1 = { version = "0.13.0", default-features = false }
1414
pem = "1.1"
1515
chrono = { version = "0.4.22", default-features = false, features = ["alloc", "clock"] }
1616
ouroboros = "0.15"
17-
openssl = "0.10.38"
18-
openssl-sys = "0.9.72"
17+
# openssl = "0.10.38"
18+
# openssl-sys = "0.9.72"
19+
openssl = { git = "https://github.com/alex/rust-openssl", branch = "boring-bindgen", features = ["unstable_boringssl_bindgen"]}
20+
openssl-sys = { git = "https://github.com/alex/rust-openssl", branch = "boring-bindgen", features = ["unstable_boringssl_bindgen"]}
1921

2022
[build-dependencies]
2123
cc = "1.0.72"

0 commit comments

Comments
 (0)