Skip to content

Commit

Permalink
chg: update gene to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome committed Jul 29, 2024
1 parent f428a67 commit e4cf307
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions kunai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ lru-st = { version = "0.1.1", features = ["sync"] }
aya = { version = "0.12.0", features = ["async_tokio"] }

# detection engine for events
gene = { version = "0.1.5" }
gene_derive = { version = "0.1.5" }
gene = { version = "0.2.0" }
gene_derive = { version = "0.2.0" }

kunai-common = { path = "../kunai-common", features = ["user"] }
kunai-macros = { path = "../kunai-common/src/kunai-macros" }
Expand Down

0 comments on commit e4cf307

Please sign in to comment.