Skip to content

Commit 07af7df

Browse files
committed
refactor: Standardize crate edition using workspace inheritance
1 parent 14ab634 commit 07af7df

File tree

33 files changed

+34
-42
lines changed

33 files changed

+34
-42
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55

66
[workspace.package]
77
authors = ["Triton One", "ABK-Labs"]
8-
edition = "2021"
8+
edition = "2024"
99
license = "MIT"
1010
repository = "https://github.com/rpcpool/yellowstone-vixen"
1111
publish = false

crates/boop-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-boop-parser"
33
version = "0.5.1"
4-
edition = "2021"
4+
edition.workspace = true
55
description = "Vixen program parser for Boop program"
66
license.workspace = true
77
repository.workspace = true

crates/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "yellowstone-vixen-core"
33
description = "Core types for Vixen"
44
version = "0.5.1"
5-
edition = "2021"
5+
edition.workspace = true
66
license.workspace = true
77
repository.workspace = true
88
authors.workspace = true
@@ -17,4 +17,4 @@ serde = { workspace = true, features = ["derive"] }
1717
clap = { workspace = true, features = ["derive", "cargo", "wrap_help"] }
1818

1919
[features]
20-
proto = ["dep:yellowstone-vixen-proto"]
20+
proto = ["dep:yellowstone-vixen-proto"]

crates/jupiter-swap-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-jupiter-swap-parser"
33
version = "0.5.1"
4-
edition = "2021"
4+
edition.workspace = true
55
description = "Vixen program parser for Jupiter Swap program"
66
license.workspace = true
77
repository.workspace = true

crates/kamino-limit-orders-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-kamino-limit-orders-parser"
33
version = "0.5.1"
4-
edition = "2021"
4+
edition.workspace = true
55
description = "Vixen program parser for Kamino Limit Orders program"
66
license.workspace = true
77
repository.workspace = true

crates/meteora-amm-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-meteora-amm-parser"
33
version = "0.5.1"
4-
edition = "2021"
4+
edition.workspace = true
55
description = "Vixen program parser for Meteora AMM program"
66
license.workspace = true
77
repository.workspace = true

crates/meteora-dbc-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-meteora-dbc-parser"
33
version = "0.5.1"
4-
edition = "2021"
4+
edition.workspace = true
55
description = "Vixen program parser for Meteora DBC program"
66
license.workspace = true
77
repository.workspace = true

crates/meteora-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-meteora-parser"
33
version = "0.5.1"
4-
edition = "2021"
4+
edition.workspace = true
55
description = "Vixen program parser for Meteora program"
66
license.workspace = true
77
repository.workspace = true

crates/meteora-pools-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-meteora-pools-parser"
33
version = "0.5.1"
4-
edition = "2021"
4+
edition.workspace = true
55
description = "Vixen program parser for Meteora Pools program"
66
license.workspace = true
77
repository.workspace = true

crates/meteora-vault-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-meteora-vault-parser"
33
version = "0.5.1"
4-
edition = "2021"
4+
edition.workspace = true
55
description = "Vixen program parser for Meteora Vault program"
66
license.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)