Skip to content

Commit

Permalink
feature: ddcommon-net2 crate
Browse files Browse the repository at this point in the history
fix: install ring CyrptoProvider manually

For some reason I do not yet understand, this used to happen
automatically but is not happening, and it causes a crashtracker
test `crash_tracking_empty_endpoint` to fail because it doesn't have
a CryptoProvider.
  • Loading branch information
morrisonlevi committed Dec 2, 2024
1 parent 1cf5035 commit 55eec29
Show file tree
Hide file tree
Showing 15 changed files with 1,437 additions and 246 deletions.
140 changes: 98 additions & 42 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ members = [
"ddcommon",
"ddcommon-ffi",
"ddcommon-net1",
"ddcommon-net2",
"ddtelemetry",
"ddtelemetry-ffi",
"dogstatsd",
Expand Down
Loading

0 comments on commit 55eec29

Please sign in to comment.