Skip to content

Commit

Permalink
ci: lock versions on minor instead of patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 4, 2024
1 parent c9599cc commit d4a972f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ repository = "https://github.com/FuelLabs/data-systems"
version = "0.0.1"

[workspace.dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"] }
futures = "0.3.30"
tokio = { version = "1.38.0", features = ["full"] }
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
futures = "0.3"
tokio = { version = "1.38", features = ["full"] }

[profile.release]
opt-level = 3
Expand Down
10 changes: 5 additions & 5 deletions crates/nats-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ description = "Fuel library to handle data streams using Nats"

[dependencies]
anyhow = { workspace = true }
async-nats = "0.34.0"
async-stream = "0.3.5"
async-nats = "0.34"
async-stream = "0.3"
clap = { workspace = true }
fuel-core-client = "0.22.3"
fuel-core-client = "0.22"
fuel-core-client-ext = "0.1"
fuel-core-types = "0.22.3"
fuels = "0.54.0"
fuel-core-types = "0.22"
fuels = "0.54"
futures = { workspace = true }
tokio = { workspace = true }

0 comments on commit d4a972f

Please sign in to comment.