Commit Graph

5 Commits

Author SHA1 Message Date
Martin Algesten
4a437cd3d8 Merge branch 'main' into fix-mbedtls-connector 2023-08-11 08:54:54 +02:00
Michael Richardson
eccebd1de7 fix: set up path to ureq 2023-08-11 08:43:44 +02:00
Michael Richardson
f2d47b8b2a chore: update to newer mbedtls crate version 2023-08-10 17:56:48 -04:00
Michael Richardson
4d7036984f chore: point ureq path at root directory 2023-08-10 17:56:06 -04:00
Martin Algesten
b0796c18f3 Make build work (#546)
The mbedtls example has caused problem in the main build a number of
times. By making it a standalone `cargo new --bin`, we can keep it in
the source tree as a good example but avoid having it break the main
build.

Also, fix some clippy lints.
2022-09-29 08:29:32 -07:00