Skip to content

Commit

Permalink
disable publishing evercrypt provider
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 20, 2023
1 parent e52e12c commit 36f3c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
cd traits && cargo publish $@ && cd -

# hpke-rs-evercrypt
cd evercrypt_provider && cargo publish $@ && cd -
# cd evercrypt_provider && cargo publish $@ && cd -

# hpke-rs-rust-crypto
cd rust_crypto_provider && cargo publish $@ && cd -
Expand Down

0 comments on commit 36f3c1e

Please sign in to comment.