Skip to content

Commit 4e1a2b2

Browse files
committed
hrm
1 parent 85a806e commit 4e1a2b2

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ members = [
44
"pyth-sdk",
55
"pyth-sdk-solana",
66
"pyth-sdk-solana/test-contract",
7-
"examples/sol-contract"
7+
"examples/sol-contract",
88
]

examples/sol-contract/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "example-sol-contract"
33
version = "0.2.0"
44
authors = ["Pyth Data Foundation"]
5+
workspace = "../../"
56
edition = "2021"
67

78
[lib]
@@ -11,4 +12,4 @@ crate-type = ["cdylib", "lib"]
1112
borsh = "0.10.3"
1213
arrayref = "0.3.6"
1314
solana-program = ">= 1.10"
14-
pyth-sdk-solana = { path = "../../pyth-sdk-solana", version = "0.10.0" }
15+
pyth-sdk-solana = { path = "../../pyth-sdk-solana", version = "0.10.2" }

pyth-sdk-solana/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pyth-sdk-solana"
33
version = "0.10.2"
44
authors = ["Pyth Data Foundation"]
5+
workspace = "../"
56
edition = "2018"
67
license = "Apache-2.0"
78
homepage = "https://pyth.network"

pyth-sdk-solana/test-contract/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "test-contract"
33
version = "0.3.0"
4+
workspace = "../../"
45
edition = "2018"
56

67
[features]

pyth-sdk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pyth-sdk"
33
version = "0.8.0"
44
authors = ["Pyth Data Foundation"]
5+
workspace = "../"
56
edition = "2018"
67
license = "Apache-2.0"
78
homepage = "https://pyth.network"

0 commit comments

Comments
 (0)