Skip to content

Commit

Permalink
Bump version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Oct 30, 2024
1 parent 87f0a1d commit ecbe19a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ incremental = false
codegen-units = 1

[workspace.package]
version = "0.0.2"
version = "0.0.3"
authors = ["Jito Network Maintainers <support@jito.network>"]
repository = "https://github.com/jito-foundation/restaking"
homepage = "https://jito.network/"
Expand All @@ -49,17 +49,17 @@ clap-markdown = { version = "0.1.4" }
const_str_to_pubkey = "0.1.1"
envfile = "0.2.1"
env_logger = "0.10.2"
jito-bytemuck = { path = "bytemuck", version = "=0.0.2" }
jito-account-traits-derive = { path = "account_traits_derive", version = "=0.0.2" }
jito-jsm-core = { path = "core", version = "=0.0.2" }
jito-restaking-client = { path = "clients/rust/restaking_client", version = "=0.0.2" }
jito-restaking-core = { path = "restaking_core", version = "=0.0.2" }
jito-restaking-program = { path = "restaking_program", version = "=0.0.2" }
jito-restaking-sdk = { path = "restaking_sdk", version = "=0.0.2" }
jito-vault-client = { path = "clients/rust/vault_client", version = "=0.0.2" }
jito-vault-core = { path = "vault_core", version = "=0.0.2" }
jito-vault-program = { path = "vault_program", version = "=0.0.2" }
jito-vault-sdk = { path = "vault_sdk", version = "=0.0.2" }
jito-bytemuck = { path = "bytemuck", version = "=0.0.3" }
jito-account-traits-derive = { path = "account_traits_derive", version = "=0.0.3" }
jito-jsm-core = { path = "core", version = "=0.0.3" }
jito-restaking-client = { path = "clients/rust/restaking_client", version = "=0.0.3" }
jito-restaking-core = { path = "restaking_core", version = "=0.0.3" }
jito-restaking-program = { path = "restaking_program", version = "=0.0.3" }
jito-restaking-sdk = { path = "restaking_sdk", version = "=0.0.3" }
jito-vault-client = { path = "clients/rust/vault_client", version = "=0.0.3" }
jito-vault-core = { path = "vault_core", version = "=0.0.3" }
jito-vault-program = { path = "vault_program", version = "=0.0.3" }
jito-vault-sdk = { path = "vault_sdk", version = "=0.0.3" }
log = "0.4.22"
matches = "0.1.10"
num-derive = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion idl/jito_restaking.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.4",
"version": "0.0.3",
"name": "jito_restaking",
"instructions": [
{
Expand Down
2 changes: 1 addition & 1 deletion idl/jito_vault.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.4",
"version": "0.0.3",
"name": "jito_vault",
"instructions": [
{
Expand Down

0 comments on commit ecbe19a

Please sign in to comment.