Skip to content

Commit 9a3f4d4

Browse files
committed
x509-ocsp: reunite with the workspace
1 parent e4ca8b0 commit 9a3f4d4

20 files changed

+101
-538
lines changed

.github/workflows/x509-ocsp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
rust:
29-
- 1.81.0 # MSRV
29+
- 1.85.0 # MSRV
3030
- stable
3131
target:
3232
- thumbv7em-none-eabi
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.81.0 # MSRV
54+
- 1.85.0 # MSRV
5555
- stable
5656
steps:
5757
- uses: actions/checkout@v4

Cargo.lock

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ members = [
2525
"x509-tsp",
2626
"x509-cert",
2727
"x509-cert/test-support",
28-
#"x509-ocsp"
29-
]
30-
exclude = [
3128
"x509-ocsp"
3229
]
3330

@@ -60,7 +57,7 @@ tls_codec = { path = "./tls_codec" }
6057
tls_codec_derive = { path = "./tls_codec/derive" }
6158
x509-tsp = { path = "./x509-tsp" }
6259
x509-cert = { path = "./x509-cert" }
63-
#x509-ocsp = { path = "./x509-ocsp" }
60+
x509-ocsp = { path = "./x509-ocsp" }
6461

6562

6663
# https://github.com/RustCrypto/signatures/pull/913

0 commit comments

Comments
 (0)