Skip to content

Commit

Permalink
my-telemetry:1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Nov 12, 2024
1 parent bf05c73 commit 7f8a840
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion external-dependencies/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "external-dependencies"
version = "0.6.2"
version = "0.6.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion my-grpc-client-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "my-grpc-client-macros"
version = "0.6.2"
version = "0.6.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions my-grpc-extensions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "my-grpc-extensions"
version = "0.6.2"
version = "0.6.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -17,7 +17,7 @@ with-ssh = ["my-ssh", "my-grpc-client-macros?/with-ssh"]


[dependencies]
my-telemetry = { tag = "1.1.1", git = "https://github.com/MyJetTools/my-telemetry.git", features = [
my-telemetry = { tag = "1.2.0", git = "https://github.com/MyJetTools/my-telemetry.git", features = [
"my-telemetry-writer",
], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion my-grpc-server-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "my-grpc-server-macros"
version = "0.6.2"
version = "0.6.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 7f8a840

Please sign in to comment.