Skip to content

Commit 2d056a9

Browse files
committed
build(repo): Fix release pr configuration
1 parent c672e4d commit 2d056a9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ fuel-streams-test = { version = "0.0.22", path = "crates/fuel-streams-test" }
103103
fuel-streams-types = { version = "0.0.22", path = "crates/fuel-streams-types" }
104104
fuel-web-utils = { version = "0.0.22", path = "crates/fuel-web-utils" }
105105
subject-derive = { version = "0.0.22", path = "crates/fuel-streams-macros/subject-derive" }
106-
sv-consumer = { version = "0.0.22", path = "crates/sv-consumer" }
107-
sv-publisher = { version = "0.0.22", path = "crates/sv-publisher" }
108-
sv-webserver = { version = "0.0.22", path = "crates/sv-webserver" }
109106

110107
# Workspace projects
111108
[workspace.metadata.cargo-machete]

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fuel-web-utils = { workspace = true, features = ["test-helpers"] }
4646
futures.workspace = true
4747
rand.workspace = true
4848
serde_json.workspace = true
49-
sv-consumer = { workspace = true, features = ["test-helpers"] }
49+
sv-consumer = { path = "../crates/sv-consumer", features = ["test-helpers"] }
5050
tokio = { workspace = true, features = [
5151
"macros",
5252
"rt-multi-thread",

0 commit comments

Comments
 (0)