chore(crypto-js): Clean up code and make CI happy.

This commit is contained in:
Ivan Enderlin
2022-05-30 11:02:24 +02:00
parent 4db1ad350b
commit 7931c4a589
14 changed files with 89 additions and 500 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs -Dwarnings"
with:
command: doc
args: --no-deps --workspace --features docsrs -Zrustdoc-map
args: --no-deps --workspace --exclude matrix-sdk-crypto-js --exclude matrix-sdk-crypto-nodejs --features docsrs -Zrustdoc-map
- name: Deploy docs
if: github.event_name == 'push' && github.ref == 'refs/heads/main'