Skip to content

Commit

Permalink
Merge branch 'changeset/release-main' of github.com:FuelLabs/data-sys…
Browse files Browse the repository at this point in the history
…tems into changeset/release-main
  • Loading branch information
pedronauck committed Dec 27, 2024
2 parents d0f2915 + 49e1d8b commit cadc87e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ fuel-streams-storage = { version = "0.0.14", path = "crates/fuel-streams-storage
fuel-streams-executors = { version = "0.0.14", path = "crates/fuel-streams-executors" }
subject-derive = { version = "0.0.14", path = "crates/fuel-streams-macros/subject-derive" }
sv-publisher = { version = "0.0.14", path = "crates/sv-publisher" }
sv-consumer = { version = "0.0.14", path = "crates/sv-consumer" }
sv-webserver = { version = "0.0.14", path = "crates/sv-webserver" }

# Workspace projects
Expand Down
1 change: 0 additions & 1 deletion crates/sv-consumer/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::{
env,
sync::{Arc, LazyLock},
time::Duration,
};
Expand Down

0 comments on commit cadc87e

Please sign in to comment.