From 93e3a5cd3c296b23c161032a2977efdf7878dea6 Mon Sep 17 00:00:00 2001 From: SilverMira <66930495+SilverMira@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:17:17 +0800 Subject: [PATCH] Fix "no native root CA certificates found" (#1399) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82bfb094a..60d1eeaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- [core] Fix "no native root CA certificates found" on platforms unsupported + by `rustls-native-certs`. + ### Removed ## [0.6.0] - 2024-10-30