Skip to content

Commit

Permalink
Upgrade to the version from git to verify functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Mar 10, 2023
1 parent 94872e4 commit cee8a8d
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 8 deletions.
152 changes: 146 additions & 6 deletions src/rust/Cargo.lock

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

6 changes: 4 additions & 2 deletions src/rust/Cargo.toml
Expand Up @@ -14,8 +14,10 @@ asn1 = { version = "0.13.0", default-features = false }
pem = "1.1"
chrono = { version = "0.4.22", default-features = false, features = ["alloc", "clock"] }
ouroboros = "0.15"
openssl = "0.10.38"
openssl-sys = "0.9.72"
# openssl = "0.10.38"
# openssl-sys = "0.9.72"
openssl = { git = "https://github.com/alex/rust-openssl", branch = "boring-bindgen", features = ["unstable_boringssl_bindgen"]}
openssl-sys = { git = "https://github.com/alex/rust-openssl", branch = "boring-bindgen", features = ["unstable_boringssl_bindgen"]}

[build-dependencies]
cc = "1.0.72"
Expand Down

0 comments on commit cee8a8d

Please sign in to comment.