File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description = "Benchmarks for the floxide framework"
99publish = false
1010
1111[dependencies ]
12- floxide-core = { path = " ../crates/floxide-core" }
12+ floxide-core = { path = " ../crates/floxide-core" , version = " =3.0.1 " }
1313tokio = { workspace = true }
1414criterion = { version = " 0.5.1" , features = [" async_tokio" ] }
1515
Original file line number Diff line number Diff line change @@ -23,6 +23,3 @@ rand = { workspace = true }
2323
2424[dev-dependencies ]
2525tokio = { workspace = true , features = [" full" , " test-util" ] }
26-
27- [features ]
28- checkpoint = []
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ serde_json.workspace = true
2424tokio.workspace = true
2525
2626[dev-dependencies ]
27- floxide-core = { path = " ../floxide-core" }
27+ floxide-core = { path = " ../floxide-core" , version = " =3.0.1 " }
2828
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description = "Redis implementation for Floxide distributed workflow system"
99publish = true
1010
1111[dependencies ]
12- floxide-core = { path = " ../floxide-core" }
12+ floxide-core = { path = " ../floxide-core" , version = " =3.0.1 " }
1313async-trait = { workspace = true }
1414thiserror = { workspace = true }
1515tracing = { workspace = true }
You can’t perform that action at this time.
0 commit comments