Skip to content

Commit

Permalink
chore: Release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr authored Jan 26, 2024
1 parent 1912785 commit 5657448
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 <[email protected]>"]
edition = "2021"
version = "0.3.3"
version = "0.3.4"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/paritytech/orchestra"
2 changes: 1 addition & 1 deletion metered-channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prioritized-metered-channel"
version = "0.6.0"
version = "0.6.1"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
description = "Channels with built-in observability and optional message priorizitazion"
Expand Down
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.6.0", path = "../metered-channel", default-features = false }
orchestra-proc-macro = { version = "0.3.0", path = "./proc-macro" }
metered = { package = "prioritized-metered-channel", version = "0.6.1", path = "../metered-channel", default-features = false }
orchestra-proc-macro = { version = "0.3.4", path = "./proc-macro" }
futures-timer = "3.0.2"
pin-project = "1.0"
dyn-clonable = "0.9"
Expand Down

0 comments on commit 5657448

Please sign in to comment.