File tree 7 files changed +16
-16
lines changed
sol-anchor-contract/programs/example-sol-anchor-contract
7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cosmwasm-storage = { version = "1.0.0" }
34
34
cw-storage-plus = " 0.13.4"
35
35
schemars = " 0.8"
36
36
serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
37
- pyth-sdk-cw = { version = " 0.2 .0" , path = " ../../pyth-sdk-cw" } # Remove path and use version only when you use this example on your own.
37
+ pyth-sdk-cw = { version = " 0.3 .0" , path = " ../../pyth-sdk-cw" } # Remove path and use version only when you use this example on your own.
38
38
39
39
[dev-dependencies ]
40
40
cosmwasm-schema = { version = " 1.0.0" }
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ default = []
17
17
18
18
[dependencies ]
19
19
anchor-lang = " 0.25.0"
20
- pyth-sdk-solana = " 0.5 .0"
21
- solana-program = " 1.8.1 , < 1.11 "
20
+ pyth-sdk-solana = { path = " ../../../../pyth-sdk-solana " , version = " 0.7 .0" }
21
+ solana-program = " >= 1.10 , < 1.15 "
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ crate-type = ["cdylib", "lib"]
10
10
[dependencies ]
11
11
borsh = " 0.9"
12
12
arrayref = " 0.3.6"
13
- solana-program = " =1.13.3 "
14
- pyth-sdk-solana = { path = " ../../pyth-sdk-solana" , version = " 0.6.1 " }
13
+ solana-program = " >= 1.10, < 1.15 "
14
+ pyth-sdk-solana = { path = " ../../pyth-sdk-solana" , version = " 0.7.0 " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyth-sdk-cw"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [" Pyth Data Foundation" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -14,7 +14,7 @@ readme = "README.md"
14
14
cosmwasm-std = { version = " 1.0.0" }
15
15
cosmwasm-storage = { version = " 1.0.0" }
16
16
serde = { version = " 1.0.136" , features = [" derive" ] }
17
- pyth-sdk = { path = " ../pyth-sdk" , version = " 0.6.1 " }
17
+ pyth-sdk = { path = " ../pyth-sdk" , version = " 0.7.0 " }
18
18
schemars = " 0.8.1"
19
19
20
20
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyth-sdk-solana"
3
- version = " 0.6.1 "
3
+ version = " 0.7.0 "
4
4
authors = [" Pyth Data Foundation" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -19,7 +19,7 @@ num-derive = "0.3"
19
19
num-traits = " 0.2"
20
20
thiserror = " 1.0"
21
21
serde = { version = " 1.0.136" , features = [" derive" ] }
22
- pyth-sdk = { path = " ../pyth-sdk" , version = " 0.6.1 " }
22
+ pyth-sdk = { path = " ../pyth-sdk" , version = " 0.7.0 " }
23
23
24
24
[dev-dependencies ]
25
25
solana-client = " >= 1.9, < 1.15"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " test-contract"
3
- version = " 0.2.2 "
3
+ version = " 0.2.0 "
4
4
edition = " 2018"
5
5
6
6
[features ]
7
7
test-bpf = []
8
8
no-entrypoint = []
9
9
10
10
[dependencies ]
11
- pyth-sdk-solana = { path = " ../" , version = " 0.6.1 " }
12
- solana-program = " =1.13.3 "
11
+ pyth-sdk-solana = { path = " ../" , version = " 0.7.0 " }
12
+ solana-program = " >= 1.10, < 1.15 "
13
13
bytemuck = " 1.7.2"
14
14
borsh = " 0.9"
15
15
borsh-derive = " 0.9.0"
16
16
17
17
[dev-dependencies ]
18
- solana-program-test = " =1.13.3 "
19
- solana-client = " =1.13.3 "
20
- solana-sdk = " =1.13.3 "
18
+ solana-program-test = " >= 1.10, < 1.15 "
19
+ solana-client = " >= 1.10, < 1.15 "
20
+ solana-sdk = " >= 1.10, < 1.15 "
21
21
22
22
[lib ]
23
23
crate-type = [" cdylib" , " lib" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyth-sdk"
3
- version = " 0.6.1 "
3
+ version = " 0.7.0 "
4
4
authors = [" Pyth Data Foundation" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments