Skip to content

Commit

Permalink
Update version to 2.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
htejun committed Jun 28, 2022
1 parent b2c6e17 commit 315d788
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions rd-agent-intf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "rd-agent-intf"
version = "2.2.2"
version = "2.2.3"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -12,8 +12,8 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rd-util = { path = "../rd-util", version = "2.2.2" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.2" }
rd-util = { path = "../rd-util", version = "2.2.3" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.3" }

anyhow = "^1.0"
clap = "^2.33"
Expand Down
8 changes: 4 additions & 4 deletions rd-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "rd-agent"
version = "2.2.2"
version = "2.2.3"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -12,9 +12,9 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rd-util = { path = "../rd-util", version = "2.2.2" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.2" }
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.2" }
rd-util = { path = "../rd-util", version = "2.2.3" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.3" }
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.3" }

anyhow = "^1.0"
chrono = { version = "^0.4", features = ["serde"] }
Expand Down
4 changes: 2 additions & 2 deletions rd-hashd-intf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "rd-hashd-intf"
version = "2.2.2"
version = "2.2.3"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rd-util = { path = "../rd-util", version = "2.2.2" }
rd-util = { path = "../rd-util", version = "2.2.3" }

anyhow = "^1.0"
chrono = { version = "^0.4", features = ["serde"] }
Expand Down
6 changes: 3 additions & 3 deletions rd-hashd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "rd-hashd"
version = "2.2.2"
version = "2.2.3"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -10,8 +10,8 @@ description = "Latency-sensitive pseudo workload for resctl-demo"
readme = "README.md"

[dependencies]
rd-util = { path = "../rd-util", version = "2.2.2" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.2" }
rd-util = { path = "../rd-util", version = "2.2.3" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.3" }

anyhow = "^1.0"
chrono = { version = "^0.4", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion rd-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rd-util"
version = "2.2.2"
version = "2.2.3"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions resctl-bench-intf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "resctl-bench-intf"
version = "2.2.2"
version = "2.2.3"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -14,8 +14,8 @@ readme = "README.md"
lambda = []

[dependencies]
rd-util = { path = "../rd-util", version = "2.2.2" }
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.2" }
rd-util = { path = "../rd-util", version = "2.2.3" }
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.3" }

anyhow = "^1.0"
clap = "^2.33"
Expand Down
10 changes: 5 additions & 5 deletions resctl-bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resctl-bench"
version = "2.2.2"
version = "2.2.3"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,10 +13,10 @@ description = "Whole system resource control benchmarks with realistic scenarios
lambda = ["resctl-bench-intf/lambda", "aws-config", "aws-sdk-s3", "aws-sdk-ssm", "octocrab", "lambda_runtime", "md5", "tokio"]

[dependencies]
rd-util = { path = "../rd-util", version = "2.2.2" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.2" }
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.2" }
resctl-bench-intf = { path = "../resctl-bench-intf", version = "2.2.2" }
rd-util = { path = "../rd-util", version = "2.2.3" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.3" }
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.3" }
resctl-bench-intf = { path = "../resctl-bench-intf", version = "2.2.3" }

# For the lambda feature. We prefer rustls for all the crates we use to avoid incompatibilities.
aws-config = { version = "0.6", optional = true, features = ["rustls", "rt-tokio"], default-features = false }
Expand Down
8 changes: 4 additions & 4 deletions resctl-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates
[package]
name = "resctl-demo"
version = "2.2.2"
version = "2.2.3"
authors = ["Tejun Heo <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -12,9 +12,9 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rd-util = { path = "../rd-util", version = "2.2.2" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.2" }
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.2" }
rd-util = { path = "../rd-util", version = "2.2.3" }
rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.3" }
rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.3" }

anyhow = "^1.0"
chrono = { version = "^0.4", features = ["serde"] }
Expand Down

0 comments on commit 315d788

Please sign in to comment.