Skip to content

Commit

Permalink
fix: 証明書が見つからないエラーの修正
Browse files Browse the repository at this point in the history
no CA certificates foundと出るため追加
  • Loading branch information
hulk510 committed Dec 25, 2023
1 parent 68185ed commit 85fed6e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
44 changes: 28 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ path = "main.rs"
[features]
default = ["dotenv"]
dotenv = ["dep:dotenvy"]
webpki = [
"twilight-gateway/rustls-webpki-roots",
"twilight-http/rustls-webpki-roots",
]

0 comments on commit 85fed6e

Please sign in to comment.