Skip to content

Commit 88e8ba6

Browse files
committed
0.3.6
Signed-off-by: Gyuho Lee <[email protected]>
1 parent b5b7846 commit 88e8ba6

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

avalanche-kms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avalanche-kms"
3-
version = "0.3.6-alpha.2" # https://github.com/ava-labs/avalanche-ops/releases
3+
version = "0.3.6" # https://github.com/ava-labs/avalanche-ops/releases
44
edition = "2021"
55
rust-version = "1.68"
66

avalanche-ops/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avalanche-ops"
3-
version = "0.3.6-alpha.2" # https://crates.io/crates/avalanche-ops
3+
version = "0.3.6" # https://crates.io/crates/avalanche-ops
44
edition = "2021"
55
rust-version = "1.68"
66
publish = true
@@ -22,7 +22,7 @@ primitive-types = { version = "0.12.1", features = ["impl-serde"], optional = fa
2222
prometheus-manager = "0.0.25"
2323
public-ip = "0.2.2"
2424
random-manager = "0.0.5"
25-
rust-embed = "6.6.0"
25+
rust-embed = "6.6.1"
2626
serde = { version = "1.0.158", features = ["derive"] }
2727
serde_json = "1.0.94" # https://github.com/serde-rs/json/releases
2828
serde_with = { version = "2.3.1", features = ["hex"] }

avalanched-aws/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avalanched-aws"
3-
version = "0.3.6-alpha.2" # https://github.com/ava-labs/avalanche-ops/releases
3+
version = "0.3.6" # https://github.com/ava-labs/avalanche-ops/releases
44
edition = "2021"
55
rust-version = "1.68"
66

avalancheup-aws/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avalancheup-aws"
3-
version = "0.3.6-alpha.2" # https://github.com/ava-labs/avalanche-ops/releases
3+
version = "0.3.6" # https://github.com/ava-labs/avalanche-ops/releases
44
edition = "2021"
55
rust-version = "1.68"
66

blizzard-aws/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blizzard-aws"
3-
version = "0.3.6-alpha.2" # https://github.com/ava-labs/avalanche-ops/releases
3+
version = "0.3.6" # https://github.com/ava-labs/avalanche-ops/releases
44
edition = "2021"
55
rust-version = "1.68"
66

blizzardup-aws/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blizzardup-aws"
3-
version = "0.3.6-alpha.2" # https://github.com/ava-labs/avalanche-ops/releases
3+
version = "0.3.6" # https://github.com/ava-labs/avalanche-ops/releases
44
edition = "2021"
55
rust-version = "1.68"
66

@@ -28,7 +28,7 @@ prometheus-manager = "0.0.25"
2828
random-manager = "0.0.5"
2929
regex = "1.7.3"
3030
reqwest = "0.11.15"
31-
rust-embed = "6.6.0"
31+
rust-embed = "6.6.1"
3232
serde = { version = "1.0.158", features = ["derive"] }
3333
serde_yaml = "0.9.19" # https://github.com/dtolnay/serde-yaml/releases
3434
signal-hook = "0.3.15"

staking-key-cert-s3-downloader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "staking-key-cert-s3-downloader"
3-
version = "0.3.6-alpha.2" # https://github.com/ava-labs/avalanche-ops/releases
3+
version = "0.3.6" # https://github.com/ava-labs/avalanche-ops/releases
44
edition = "2021"
55
rust-version = "1.68"
66

staking-signer-key-s3-downloader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "staking-signer-key-s3-downloader"
3-
version = "0.3.6-alpha.2" # https://github.com/ava-labs/avalanche-ops/releases
3+
version = "0.3.6" # https://github.com/ava-labs/avalanche-ops/releases
44
edition = "2021"
55
rust-version = "1.68"
66

0 commit comments

Comments
 (0)