You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optional TLS support for HTTP transport (#433)
* Reorganize CI build matrix with exclusion rules
This allows adding other dimensions to the matrix without having to
explicitly specify all combinations in the inclusion list.
* Add jsonrpc-core-client features to the build matrix
* Fix multiple publishing of documentation in CI
The after_success step will get executed for each successful row in the
build matrix, and the condition in the script would match for several
rows after the addition of the tls feature in the previous commit.
Use hyper-tls to allow connecting a client over HTTPS. #431 is probably relevant here too, to avoid pulling hyper-tls unconditionally.
The text was updated successfully, but these errors were encountered: