Skip to content

Commit

Permalink
Merge pull request #197 from semiotic-ai/gusinacio/fix-cycle-dependency
Browse files Browse the repository at this point in the history
chore: fix release-please cycle dependency
  • Loading branch information
aasseman committed Dec 19, 2023
2 parents e9770f9 + d2234b1 commit d7f5939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
[dev-dependencies]
criterion = { version = "0.5", features = ["async_std"] }
futures = "0.3.17"
tap_core = { path = ".", features = ["mock"] }


[features]
default = ["mock"]
mock = []

[[bench]]
Expand Down

0 comments on commit d7f5939

Please sign in to comment.