Skip to content

Commit 0aa39c9

Browse files
committed
release api-types
1 parent 12a33dd commit 0aa39c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

auction-server/api-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "express-relay-api-types"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
description = "Pyth Express Relay api types"
66
repository = "https://github.com/pyth-network/per"

sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/pyth-network/per"
77
license = "Apache-2.0"
88

99
[dependencies]
10-
express-relay-api-types = { version = "0.6.0", path = "../../auction-server/api-types" }
10+
express-relay-api-types = { version = "0.7.0", path = "../../auction-server/api-types" }
1111
reqwest = { version = "0.12.9", features = ["json"] }
1212
url = { workspace = true}
1313
serde = { workspace = true }

0 commit comments

Comments
 (0)