Kaynağa Gözat

[cosmwasm] pyth-sdk-cw update version v1.0.0 (#595)

* update version

* update contract version
Dev Kalra 2 yıl önce
ebeveyn
işleme
40e42a5b21

+ 2 - 2
target_chains/cosmwasm/Cargo.lock

@@ -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 - 1
target_chains/cosmwasm/contracts/pyth/Cargo.toml

@@ -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"

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

@@ -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 - 1
target_chains/cosmwasm/pyth-sdk-cw/Cargo.toml

@@ -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"

+ 1 - 1
target_chains/cosmwasm/pyth-sdk-cw/README.md

@@ -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