Skip to content

Commit

Permalink
Fix merge damage (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov authored Jul 21, 2023
1 parent ebb178f commit c5626b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
[workspace.package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version = "0.3.0"
version = "0.3.1"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/paritytech/orchestra"
2 changes: 1 addition & 1 deletion orchestra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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" }
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" }
futures-timer = "3.0.2"
pin-project = "1.0"
Expand Down

0 comments on commit c5626b6

Please sign in to comment.