Skip to content

Commit 1eda6a5

Browse files
authored
Merge pull request #83 from helius-labs/bump-rust-sdk-v0.1.8
Bump Rust SDK version to 0.1.8
2 parents 6d5a419 + 5c66132 commit 1eda6a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helius-laserstream"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
authors = ["Helius <[email protected]>"]
66
description = "Rust client for Helius LaserStream gRPC with robust reconnection and slot tracking"

rust/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use laserstream_core_proto::geyser::{
2222
const HARD_CAP_RECONNECT_ATTEMPTS: u32 = (20 * 60) / 5; // 20 mins / 5 sec interval
2323
const FIXED_RECONNECT_INTERVAL_MS: u64 = 5000; // 5 seconds fixed interval
2424
const SDK_NAME: &str = "laserstream-rust";
25-
const SDK_VERSION: &str = "0.1.7";
25+
const SDK_VERSION: &str = "0.1.8";
2626

2727
/// Custom interceptor that adds SDK metadata headers to all gRPC requests
2828
#[derive(Clone)]

0 commit comments

Comments
 (0)