Skip to content

Commit 305309c

Browse files
authored
chore(pyth-lazer-publisher-sdk) Bump to 0.2.1 (#2906)
1 parent 62a64de commit 305309c

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

Cargo.lock

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

lazer/publisher_sdk/rust/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-lazer-publisher-sdk"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Pyth Lazer Publisher SDK types."
66
license = "Apache-2.0"
@@ -10,12 +10,7 @@ repository = "https://github.com/pyth-network/pyth-crosschain"
1010
pyth-lazer-protocol = { version = "0.10.0", path = "../../sdk/rust/protocol" }
1111
anyhow = "1.0.98"
1212
protobuf = "3.7.2"
13-
humantime = "2.2.0"
14-
tracing = "0.1.41"
15-
serde = { version = "1.0.219", features = ["derive"] }
1613
serde_json = "1.0.140"
17-
derive_more = { version = "2.0.1", features = ["from"] }
18-
hex = "0.4.3"
1914

2015
[build-dependencies]
2116
fs-err = "3.1.0"

0 commit comments

Comments
 (0)