Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 18, 2023
1 parent debdb31 commit b2754ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ tracing = "0.1.35"
futures = "0.3"
async-trait = "0.1"
thiserror = "1"
metered = { package = "prioritized-metered-channel", version = "0.5.0", path = "../metered-channel", default-features = false }
orchestra-proc-macro = { version = "0.3.0", path = "./proc-macro" }
metered = { package = "prioritized-metered-channel", version = "0.5.0", path = "../metered-channel" }
orchestra-proc-macro = { version = "0.2.0", path = "./proc-macro" }
futures-timer = "3.0.2"
pin-project = "1.0"
dyn-clonable = "0.9"
Expand Down

0 comments on commit b2754ab

Please sign in to comment.