Skip to content

Commit

Permalink
chore: Use workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Sep 6, 2024
1 parent 06142d8 commit d6f4eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ anyhow = "1.0.86"
bytes = "1.7.1"
enum-map = "2.7.3"
rustic_backend = { path = "crates/backend" }
rustic_core = { path = "crates/core" }
rustic_testing = { path = "crates/testing" }
rustic_core = { path = "crates/core", version = "0" }
rustic_testing = { path = "crates/testing", version = "0" }
simplelog = "0.12.2"

# dev-dependencies
Expand Down

0 comments on commit d6f4eb9

Please sign in to comment.