Skip to content

Commit

Permalink
Merge branch 'main' into gusinacio/state-machine-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gusinacio authored Dec 19, 2023
2 parents e31b00a + d7f5939 commit e32d86d
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 e32d86d

Please sign in to comment.