Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eureka-cpu committed Oct 14, 2024
1 parent 62c186c commit 4bdfa4b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
resolver = "2"
# Only necessary for nix cargo workspace artifacts to build without warnings.
# The actual crate derivations build using their individual manifest version.
package.version = "0.0.2"
package.version = "0.2.1"

[workspace.dependencies]
solana-sdk = "=1.18.22"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonsol-cli"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
publish = false # Exclude local crates from licensing checks

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonsol-node"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
publish = false # Exclude local crates from licensing checks

Expand Down
2 changes: 1 addition & 1 deletion onchain/bonsol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonsol"
version = "0.2.0"
version = "0.2.1"
description = "Solana channel to bonsai"
authors = ["anagram build team"]
repository = "https://github.com/anagrambuild/bonsol"
Expand Down
4 changes: 2 additions & 2 deletions onchain/interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonsol-interface"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
publish = false # Exclude local crates from licensing checks

Expand All @@ -13,7 +13,7 @@ idl-build = ["anchor-lang/idl-build"]
[dependencies]
arrayref = "0.3.6"
base64 = "0.21.2"
bonsol-schema = { path = "../../schemas-rust", version = "0.2.0" }
bonsol-schema = { path = "../../schemas-rust", version = "0.2.1" }
bytemuck = { version = "1.15.0", features = ["derive"] }
flatbuffers = { workspace = true }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonsol-prover"
version = "0.0.1"
version = "0.2.1"
edition = "2021"
publish = false # Exclude local crates from licensing checks

Expand Down
2 changes: 1 addition & 1 deletion schemas-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonsol-schema"
version = "0.2.0"
version = "0.2.1"
description = "Bonsol types, schema definitions"
authors = ["anagram build team"]
repository = "https://github.com/anagrambuild/bonsol"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bonsol-sdk"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
publish = false # Exclude local crates from licensing checks

Expand Down

0 comments on commit 4bdfa4b

Please sign in to comment.