Skip to content

Commit 28aff03

Browse files
committed
chore: switch to rust edition 2021
1 parent c720bf1 commit 28aff03

File tree

9 files changed

+9
-15
lines changed

9 files changed

+9
-15
lines changed

governance/remote_executor/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "remote-executor-cli"
33
version = "0.1.0"
4-
edition = "2018"
4+
edition = "2021"
55

66
[dependencies]
77
clap = {version ="3.2.22", features = ["derive"]}

pythnet/stake_caps_parameters/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "remote-executor-cli"
33
version = "0.1.0"
4-
edition = "2018"
4+
edition = "2021"
55

66
[dependencies]
77
clap = {version ="3.2.22", features = ["derive"]}

target_chains/cosmwasm/contracts/pyth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pyth-cosmwasm"
33
version = "1.3.0"
44
authors = ["Wormhole Contributors <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Pyth price receiver"
77

88
[lib]

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

Lines changed: 3 additions & 1 deletion
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
@@ -2,7 +2,7 @@
22
name = "example-cw-contract"
33
version = "0.1.0"
44
authors = ["Pyth Data Foundation"]
5-
edition = "2018"
5+
edition = "2021"
66

77
exclude = [
88
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

target_chains/cosmwasm/sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pyth-sdk-cw"
33
version = "1.2.1"
44
authors = ["Pyth Data Foundation"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77
homepage = "https://pyth.network"
88
repository = "https://github.com/pyth-network/pyth-crosschain"

wormhole_attester/Cargo.lock

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

wormhole_attester/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[workspace]
22
members = ["sdk/rust"]
3-
4-
[patch.crates-io]
5-
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.17.1" }

wormhole_attester/sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pyth-wormhole-attester-sdk"
33
version = "0.1.2"
44
authors = ["Wormhole Contributors <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Pyth to Wormhole SDK"
77

88
[lib]

0 commit comments

Comments
 (0)