Skip to content

Commit 97dc02c

Browse files
committed
Update floxide-core dependency version to 3.0.1 in benchmarks and related crates
1 parent 209b8b4 commit 97dc02c

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Benchmarks for the floxide framework"
99
publish = false
1010

1111
[dependencies]
12-
floxide-core = { path = "../crates/floxide-core" }
12+
floxide-core = { path = "../crates/floxide-core", version = "=3.0.1" }
1313
tokio = { workspace = true }
1414
criterion = { version = "0.5.1", features = ["async_tokio"] }
1515

crates/floxide-core/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ rand = { workspace = true }
2323

2424
[dev-dependencies]
2525
tokio = { workspace = true, features = ["full", "test-util"] }
26-
27-
[features]
28-
checkpoint = []

crates/floxide-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ serde_json.workspace = true
2424
tokio.workspace = true
2525

2626
[dev-dependencies]
27-
floxide-core = { path = "../floxide-core" }
27+
floxide-core = { path = "../floxide-core", version = "=3.0.1" }
2828

crates/floxide-redis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Redis implementation for Floxide distributed workflow system"
99
publish = true
1010

1111
[dependencies]
12-
floxide-core = { path = "../floxide-core" }
12+
floxide-core = { path = "../floxide-core", version = "=3.0.1" }
1313
async-trait = { workspace = true }
1414
thiserror = { workspace = true }
1515
tracing = { workspace = true }

0 commit comments

Comments
 (0)