Skip to content

Commit

Permalink
Merge branch 'refactor-readers'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed May 28, 2024
2 parents 3d64827 + 88bdda4 commit fa715f0
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 124 deletions.
3 changes: 2 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modality-trace-recorder-plugin"
version = "0.25.0"
version = "0.26.0"
edition = "2021"
authors = ["Jon Lamb <[email protected]>"]
description = "A Modality reflector plugin suite and ingest adapter library for Percepio's TraceRecorder data"
Expand Down Expand Up @@ -51,6 +51,7 @@ clap = { version = "4.5", features = ["derive", "env", "color"] }
ctrlc = { version = "3.4", features=["termination"] }
exitcode = "1"
ratelimit = "0.9"
bytes = "1"
human_bytes = "0.4"
simple_moving_average = "1.0"
auxon-sdk = { version = "1.3", features = ["modality"] }
Expand Down
Loading

0 comments on commit fa715f0

Please sign in to comment.