Skip to content

Commit

Permalink
fix: specify protocol crate version to fix crates.io publish (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbadadare authored Feb 4, 2025
1 parent da2436a commit a02003a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions lazer/Cargo.lock

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

4 changes: 2 additions & 2 deletions lazer/sdk/rust/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "pyth-lazer-client"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "A Rust client for Pyth Lazer"
license = "Apache-2.0"

[dependencies]
pyth-lazer-protocol = { path = "../protocol" }
pyth-lazer-protocol = "0.4.1"
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
futures-util = "0.3"
Expand Down

0 comments on commit a02003a

Please sign in to comment.