Skip to content

Commit 8ad5c37

Browse files
author
Dev Kalra
authored
update to use cosmwasm release (#532)
1 parent 70fd0a6 commit 8ad5c37

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

target_chains/cosmwasm/contracts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add this crate to the dependencies section of your CosmWasm contract's `Cargo.to
99

1010
```
1111
[dependencies]
12-
pyth-cosmwasm = { git="https://github.com/pyth-network/pyth-crosschain", rev="5d0acc1", features=["library"] }
12+
pyth-cosmwasm = { git="https://github.com/pyth-network/pyth-crosschain", tag="pyth-cosmwasm-v0.1.0", features=["library"] }
1313
```
1414

1515
## Usage

target_chains/cosmwasm/examples/cw-contract/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/cosmwasm/examples/cw-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ cosmwasm-storage = { version = "1.0.0" }
3434
cw-storage-plus = "0.13.4"
3535
schemars = "0.8"
3636
serde = { version = "1.0", default-features = false, features = ["derive"] }
37-
pyth-cosmwasm = { git="https://github.com/pyth-network/pyth-crosschain", rev="5d0acc1" }
37+
pyth-cosmwasm = { git="https://github.com/pyth-network/pyth-crosschain", tag="pyth-cosmwasm-v0.1.0", features=["library"] }
3838
cosmwasm-schema = "1.1.9"

0 commit comments

Comments
 (0)