File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,18 +172,19 @@ jobs:
172172 - run : cargo miri test --target ${{ matrix.target }} --no-default-features --lib
173173
174174 # Test WASM using `wasmtime`
175- test-wasm :
176- runs-on : ubuntu-latest
177- env :
178- CARGO_TARGET_WASM32_WASIP1_RUNNER : " wasmtime"
179- steps :
180- - uses : actions/checkout@v6
181- - uses : bytecodealliance/actions/wasmtime/setup@v1
182- - uses : dtolnay/rust-toolchain@master
183- with :
184- toolchain : stable
185- targets : wasm32-wasip1
186- - run : cargo test --target wasm32-wasip1 --no-default-features
187- - run : cargo test --target wasm32-wasip1
188- - run : cargo test --target wasm32-wasip1 --all-features
189- - run : cargo test --target wasm32-wasip1 --all-features --release
175+ # TODO(tarcieri): re-enable when bytecodealliance/actions#21 is resolved
176+ # test-wasm:
177+ # runs-on: ubuntu-latest
178+ # env:
179+ # CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime"
180+ # steps:
181+ # - uses: actions/checkout@v6
182+ # - uses: bytecodealliance/actions/wasmtime/setup@v1
183+ # - uses: dtolnay/rust-toolchain@master
184+ # with:
185+ # toolchain: stable
186+ # targets: wasm32-wasip1
187+ # - run: cargo test --target wasm32-wasip1 --no-default-features
188+ # - run: cargo test --target wasm32-wasip1
189+ # - run: cargo test --target wasm32-wasip1 --all-features
190+ # - run: cargo test --target wasm32-wasip1 --all-features --release
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ x509-tsp = { path = "./x509-tsp" }
6161x509-cert = { path = " ./x509-cert" }
6262x509-ocsp = { path = " ./x509-ocsp" }
6363
64- rsa = { git = " https://github.com/RustCrypto/RSA" , branch = " pkcs8/add-keyerror " }
64+ rsa = { git = " https://github.com/RustCrypto/RSA" }
6565
6666[workspace .lints .clippy ]
6767borrow_as_ptr = " warn"
You can’t perform that action at this time.
0 commit comments