[cosmwasm] pyth-sdk-cw update version v1.0.0 (#595)
* update version * update contract version
This commit is contained in:
parent
e841989fa2
commit
40e42a5b21
|
@ -1251,7 +1251,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pyth-cosmwasm"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"bigint",
|
||||
"byteorder",
|
||||
|
@ -1304,7 +1304,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pyth-sdk-cw"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"cosmwasm-schema",
|
||||
"cosmwasm-std",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pyth-cosmwasm"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
authors = ["Wormhole Contributors <contact@certus.one>"]
|
||||
edition = "2018"
|
||||
description = "Pyth price receiver"
|
||||
|
|
|
@ -34,5 +34,5 @@ cosmwasm-storage = { version = "1.0.0" }
|
|||
cw-storage-plus = "0.13.4"
|
||||
schemars = "0.8"
|
||||
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
||||
pyth-sdk-cw = "0.1.0"
|
||||
pyth-sdk-cw = "1.0.0"
|
||||
cosmwasm-schema = "1.1.9"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pyth-sdk-cw"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
authors = ["Pyth Data Foundation"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -9,7 +9,7 @@ Add this crate to the dependencies section of your CosmWasm contract's `Cargo.to
|
|||
|
||||
```
|
||||
[dependencies]
|
||||
pyth-sdk-cw = "0.1.0"
|
||||
pyth-sdk-cw = "1.0.0"
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in New Issue