Skip to content

Commit 8b3fd6d

Browse files
committed
x509-ocsp: reunite with the workspace
1 parent b168f8a commit 8b3fd6d

20 files changed

+102
-537
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

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ members = [
2525
"x509-tsp",
2626
"x509-cert",
2727
"x509-cert/test-support",
28-
#"x509-ocsp"
28+
"x509-ocsp"
2929
]
3030
exclude = [
3131
"base64ct",
32-
"x509-ocsp"
3332
]
3433

3534
[profile.dev]
@@ -61,7 +60,7 @@ tls_codec = { path = "./tls_codec" }
6160
tls_codec_derive = { path = "./tls_codec/derive" }
6261
x509-tsp = { path = "./x509-tsp" }
6362
x509-cert = { path = "./x509-cert" }
64-
#x509-ocsp = { path = "./x509-ocsp" }
63+
x509-ocsp = { path = "./x509-ocsp" }
6564

6665

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

0 commit comments

Comments
 (0)