Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into telemetry-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Nov 14, 2022
2 parents 5c5dfd3 + 0b19af3 commit 76cf74e
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 598 deletions.
29 changes: 9 additions & 20 deletions src/agent/Cargo.lock

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

3 changes: 2 additions & 1 deletion src/agent/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
symbolic = { version = "8.8", features = ["debuginfo", "demangle", "symcache"] }
uuid = { version = "0.8", features = ["guid"] }
win-util = { path = "../win-util" }
xml-rs = "0.8"
quick-xml = "0.26"

[target.'cfg(target_os = "windows")'.dependencies]
pdb = "0.7"
Expand All @@ -43,3 +43,4 @@ procfs = { version = "0.12", default-features = false, features=["flate2"] }
env_logger = "0.9"
serde_json = { version = "1.0", features = ["preserve_order"] }
structopt = "0.3"
pretty_assertions ="1.3"
Loading

0 comments on commit 76cf74e

Please sign in to comment.