Skip to content

Commit

Permalink
chore: fix nox version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurinderu authored Dec 13, 2023
1 parent 8fbe1d9 commit 7c27b62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tests/decider-distro-tests-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2021"
[dev-dependencies]
decider-distro = { path = "../../distro" }

created-swarm = { git = "https://github.com/fluencelabs/nox.git", branch = "feature/net-630" }
connected-client = { git = "https://github.com/fluencelabs/nox.git", branch = "feature/net-630" }
log-utils = { git = "https://github.com/fluencelabs/nox.git", branch = "feature/net-630" }
system-services = { git = "https://github.com/fluencelabs/nox.git", branch = "feature/net-630" }
created-swarm = { git = "https://github.com/fluencelabs/nox.git", tag = "nox-v0.16.6" }
connected-client = { git = "https://github.com/fluencelabs/nox.git", tag = "nox-v0.16.6" }
log-utils = { git = "https://github.com/fluencelabs/nox.git", tag = "nox-v0.16.6" }
system-services = { git = "https://github.com/fluencelabs/nox.git", tag = "nox-v0.16.6" }
tempfile = "3.8.1"

fluence-app-service = "0.29.0"
Expand Down

0 comments on commit 7c27b62

Please sign in to comment.