Skip to content

Commit

Permalink
revert: rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Nov 13, 2024
1 parent 6e13cc5 commit 660cfc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions jarust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ tokio-rt = [
[dev-dependencies]
anyhow = "1.0.93"
async-trait.workspace = true
jarust_core = { version = "0.8.0", path = "../jarust_core" }
jarust_interface = { version = "0.8.0", path = "../jarust_interface" }
jarust_plugins = { version = "0.8.0", path = "../jarust_plugins" }
jarust_core = { path = "../jarust_core" }
jarust_interface = { path = "../jarust_interface" }
jarust_plugins = { path = "../jarust_plugins" }
serde_json.workspace = true
serde.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
Expand Down
6 changes: 3 additions & 3 deletions jarust_plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ use-rustls = ["jarust_interface/use-rustls"]

[dev-dependencies]
anyhow = "1.0.93"
jarust_core = { version = "0.8.0", path = "../jarust_core" }
jarust_interface = { version = "0.8.0", path = "../jarust_interface" }
jarust_rt = { version = "0.8.0", path = "../jarust_rt" }
jarust_core = { path = "../jarust_core" }
jarust_interface = { path = "../jarust_interface" }
jarust_rt = { path = "../jarust_rt" }
tokio = { workspace = true, features = ["time", "macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 comments on commit 660cfc2

Please sign in to comment.