Add Windows support (Phase 1) #8

Merged
razvandimescu merged 3 commits from feat/windows-support into main 2026-03-22 14:38:10 +08:00
Showing only changes of commit 0a39d98861 - Show all commits

View File

@@ -873,7 +873,7 @@ fn trust_ca() -> Result<(), String> {
#[cfg(not(any(target_os = "macos", target_os = "linux")))]
{
return Err("CA trust not supported on this OS".into());
Err("CA trust not supported on this OS".into())
}
#[cfg(any(target_os = "macos", target_os = "linux"))]