Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
cjc7373 committed Oct 27, 2023
1 parent 4477f8e commit 3d99a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aw-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ edition = "2021"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
# use the latest commit since plex doesn't have a release to support stable rust
plex = { git = "https://github.com/goffrie/plex.git", rev = "fafa4dc" }
log = "0.4"
fancy-regex = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion aw-transform/benches/bench.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use aw_transform::filter_period_intersect;
use chrono::Duration;
use criterion::{criterion_group, criterion_main, Criterion};
use serde_json::json;
use serde_json::Map;
use serde_json::Value;

use aw_models::Event;
use aw_transform::*;

// TODO: Move me to an appropriate place
#[macro_export]
Expand Down

0 comments on commit 3d99a84

Please sign in to comment.