File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ resolver = "2"
66[workspace .dependencies ]
77yellowstone-grpc-client = { version = " 2.0.0" }
88yellowstone-grpc-proto = { version = " 2.0.0" , default-features = false }
9- yellowstone-vixen = { path = " crates/runtime" , version = " 0.1 .0" }
10- yellowstone-vixen-core = { path = " crates/core" , version = " 0.1 .0" }
11- yellowstone-vixen-mock = { path = " crates/mock" , version = " 0.1 .0" }
12- yellowstone-vixen-parser = { path = " crates/parser" , version = " 0.1 .0" }
13- yellowstone-vixen-proto = { path = " crates/proto" , version = " 0.1 .0" }
9+ yellowstone-vixen = { path = " crates/runtime" , version = " 0.2 .0" }
10+ yellowstone-vixen-core = { path = " crates/core" , version = " 0.2 .0" }
11+ yellowstone-vixen-mock = { path = " crates/mock" , version = " 0.2 .0" }
12+ yellowstone-vixen-parser = { path = " crates/parser" , version = " 0.2 .0" }
13+ yellowstone-vixen-proto = { path = " crates/proto" , version = " 0.2 .0" }
1414
1515# helps resolving zeroize dependency conflicts betweeen solana creates depending on curve25519-dalek and yellowstone-grpc
1616# https://github.com/solana-labs/solana/issues/26688
Original file line number Diff line number Diff line change 22name = " yellowstone-vixen-core"
33description = " Core types for Vixen"
44# authors = ["TODO"]
5- version = " 0.1 .0"
5+ version = " 0.2 .0"
66edition = " 2021"
77license = " MIT"
88repository = " https://github.com/rpcpool/yellowstone-vixen"
Original file line number Diff line number Diff line change 11[package ]
22name = " yellowstone-vixen-mock"
33description = " Mock implementation of the Vixen Parsers for testing."
4- version = " 0.1 .0"
4+ version = " 0.2 .0"
55edition = " 2021"
66license = " MIT"
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11[package ]
22name = " yellowstone-vixen-parser"
33description = " Vixen program parsers for the solana program library."
4- version = " 0.1 .0"
4+ version = " 0.2 .0"
55edition = " 2021"
66license = " MIT"
77repository = " https://github.com/rpcpool/yellowstone-vixen"
Original file line number Diff line number Diff line change 22name = " yellowstone-vixen-proto"
33description = " Protobuf definitions for Vixen"
44# authors = ["TODO"]
5- version = " 0.1 .0"
5+ version = " 0.2 .0"
66edition = " 2021"
77license = " MIT"
88repository = " https://github.com/rpcpool/yellowstone-vixen"
Original file line number Diff line number Diff line change 11[package ]
22name = " yellowstone-vixen"
33description = " An all-in-one consumer runtime library for Yellowstone"
4- version = " 0.1 .0"
4+ version = " 0.2 .0"
55# authors = ["TODO"]
66edition = " 2021"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments