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