Skip to content

Commit fe493ff

Browse files
committed
Publish 0.2.0
1 parent ddabbdd commit fe493ff

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ resolver = "2"
66
[workspace.dependencies]
77
yellowstone-grpc-client = { version = "2.0.0" }
88
yellowstone-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

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "yellowstone-vixen-core"
33
description = "Core types for Vixen"
44
# authors = ["TODO"]
5-
version = "0.1.0"
5+
version = "0.2.0"
66
edition = "2021"
77
license = "MIT"
88
repository = "https://github.com/rpcpool/yellowstone-vixen"

crates/mock/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-mock"
33
description = "Mock implementation of the Vixen Parsers for testing."
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "MIT"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/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-parser"
33
description = "Vixen program parsers for the solana program library."
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/rpcpool/yellowstone-vixen"

crates/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "yellowstone-vixen-proto"
33
description = "Protobuf definitions for Vixen"
44
# authors = ["TODO"]
5-
version = "0.1.0"
5+
version = "0.2.0"
66
edition = "2021"
77
license = "MIT"
88
repository = "https://github.com/rpcpool/yellowstone-vixen"

crates/runtime/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"
33
description = "An all-in-one consumer runtime library for Yellowstone"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
# authors = ["TODO"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)