瀏覽代碼

pyth-wormhole-attester-contract-v2.0.0 (#641)

Stanisław Drozd 2 年之前
父節點
當前提交
0f3975f28e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      wormhole_attester/Cargo.lock
  2. 1 1
      wormhole_attester/program/Cargo.toml

+ 1 - 1
wormhole_attester/Cargo.lock

@@ -2682,7 +2682,7 @@ dependencies = [
 
 [[package]]
 name = "pyth-wormhole-attester"
-version = "1.0.0"
+version = "2.0.0"
 dependencies = [
  "borsh",
  "pyth-client",

+ 1 - 1
wormhole_attester/program/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "pyth-wormhole-attester"
-version = "1.0.0"
+version = "2.0.0"
 description = "Pyth-over-Wormhole Solana contract"
 edition = "2018"