Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codegen): Uses rustls over native-tls
We discovered that in certain situations (particularly with cross compiling) when including an interface using a path, the build would fail. This was due to codegen using native-tls. Still not sure exactly _why_ this happened only during build.rs stuff, but it did. Seeing as including a directory from a path could be common in private monorepos, we switched out our dependencies so they no longer used native-tls. Once merged, this will need to be released as a patch fix Signed-off-by: Taylor Thomas <[email protected]>
- Loading branch information