Skip to content

Commit acc97da

Browse files
committed
Bump version to 0.0.4
1 parent 8dfbfdd commit acc97da

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ incremental = false
2828
codegen-units = 1
2929

3030
[workspace.package]
31-
version = "0.0.3"
31+
version = "0.0.4"
3232
authors = ["Jito Network Maintainers <[email protected]>"]
3333
repository = "https://github.com/jito-foundation/restaking"
3434
homepage = "https://jito.network/"
@@ -49,17 +49,17 @@ clap-markdown = { version = "0.1.4" }
4949
const_str_to_pubkey = "0.1.1"
5050
envfile = "0.2.1"
5151
env_logger = "0.10.2"
52-
jito-bytemuck = { path = "bytemuck", version = "=0.0.3" }
53-
jito-account-traits-derive = { path = "account_traits_derive", version = "=0.0.3" }
54-
jito-jsm-core = { path = "core", version = "=0.0.3" }
55-
jito-restaking-client = { path = "clients/rust/restaking_client", version = "=0.0.3" }
56-
jito-restaking-core = { path = "restaking_core", version = "=0.0.3" }
57-
jito-restaking-program = { path = "restaking_program", version = "=0.0.3" }
58-
jito-restaking-sdk = { path = "restaking_sdk", version = "=0.0.3" }
59-
jito-vault-client = { path = "clients/rust/vault_client", version = "=0.0.3" }
60-
jito-vault-core = { path = "vault_core", version = "=0.0.3" }
61-
jito-vault-program = { path = "vault_program", version = "=0.0.3" }
62-
jito-vault-sdk = { path = "vault_sdk", version = "=0.0.3" }
52+
jito-bytemuck = { path = "bytemuck", version = "=0.0.4" }
53+
jito-account-traits-derive = { path = "account_traits_derive", version = "=0.0.4" }
54+
jito-jsm-core = { path = "core", version = "=0.0.4" }
55+
jito-restaking-client = { path = "clients/rust/restaking_client", version = "=0.0.4" }
56+
jito-restaking-core = { path = "restaking_core", version = "=0.0.4" }
57+
jito-restaking-program = { path = "restaking_program", version = "=0.0.4" }
58+
jito-restaking-sdk = { path = "restaking_sdk", version = "=0.0.4" }
59+
jito-vault-client = { path = "clients/rust/vault_client", version = "=0.0.4" }
60+
jito-vault-core = { path = "vault_core", version = "=0.0.4" }
61+
jito-vault-program = { path = "vault_program", version = "=0.0.4" }
62+
jito-vault-sdk = { path = "vault_sdk", version = "=0.0.4" }
6363
log = "0.4.22"
6464
matches = "0.1.10"
6565
num-derive = "0.4.2"

idl/jito_restaking.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.3",
2+
"version": "0.0.4",
33
"name": "jito_restaking",
44
"instructions": [
55
{

idl/jito_vault.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.3",
2+
"version": "0.0.4",
33
"name": "jito_vault",
44
"instructions": [
55
{

0 commit comments

Comments
 (0)