Skip to content

Commit

Permalink
solana: bump proto/client version for publishing crates
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Aug 20, 2024
1 parent ab40cdc commit 11156f2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The minor version will be incremented upon a breaking change and the patch versi

### Features

- solana: bump proto/client version for publishing crates

### Breaking

## 2024-08-09
Expand Down
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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
resolver = "2"
members = [
"examples/rust", # 1.13.0+solana.1.18.22
"yellowstone-grpc-client", # 1.15.0+solana.1.18.22
"yellowstone-grpc-client", # 1.15.1+solana.1.18.22
"yellowstone-grpc-geyser", # 1.15.0+solana.1.18.22
"yellowstone-grpc-proto", # 1.14.0+solana.1.18.22
"yellowstone-grpc-proto", # 1.14.1+solana.1.18.22
"yellowstone-grpc-tools", # 1.0.0-rc.11+solana.1.18.22
]

Expand Down Expand Up @@ -69,8 +69,8 @@ tracing = "0.1.37"
tracing-subscriber = "0.3.17"
uuid = "1.8.0"
vergen = "8.2.1"
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.0+solana.1.18.22" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.0+solana.1.18.22" }
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.1+solana.1.18.22" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.1+solana.1.18.22" }

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-client"
version = "1.15.0+solana.1.18.22"
version = "1.15.1+solana.1.18.22"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Simple Client"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-proto"
version = "1.14.0+solana.1.18.22"
version = "1.14.1+solana.1.18.22"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down

0 comments on commit 11156f2

Please sign in to comment.