Skip to content

Commit d1d393e

Browse files
authored
Merge pull request #17 from pyth-network/abehjati/add-version-to-path-deps
Add version to path dependencies
2 parents b00e468 + 2bc9a45 commit d1d393e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyth-sdk-solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ num-derive = "0.3"
1919
num-traits = "0.2"
2020
thiserror = "1.0"
2121
serde = { version = "1.0.136", features = ["derive"] }
22-
pyth-sdk = { path = "../pyth-sdk" }
22+
pyth-sdk = { path = "../pyth-sdk", version = "0.1.0" }
2323

2424
[dev-dependencies]
2525
solana-client = "1.8.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test-bpf = []
88
no-entrypoint = []
99

1010
[dependencies]
11-
pyth-sdk-solana = { path = "../" }
11+
pyth-sdk-solana = { path = "../", version = "0.1.0" }
1212
solana-program = "1.8.1"
1313
bytemuck = "1.7.2"
1414
borsh = "0.9"

0 commit comments

Comments
 (0)