Skip to content

Commit 87f0a1d

Browse files
committed
fix release code
1 parent 3e0d400 commit 87f0a1d

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
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.4"
31+
version = "0.0.2"
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.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" }
52+
jito-bytemuck = { path = "bytemuck", version = "=0.0.2" }
53+
jito-account-traits-derive = { path = "account_traits_derive", version = "=0.0.2" }
54+
jito-jsm-core = { path = "core", version = "=0.0.2" }
55+
jito-restaking-client = { path = "clients/rust/restaking_client", version = "=0.0.2" }
56+
jito-restaking-core = { path = "restaking_core", version = "=0.0.2" }
57+
jito-restaking-program = { path = "restaking_program", version = "=0.0.2" }
58+
jito-restaking-sdk = { path = "restaking_sdk", version = "=0.0.2" }
59+
jito-vault-client = { path = "clients/rust/vault_client", version = "=0.0.2" }
60+
jito-vault-core = { path = "vault_core", version = "=0.0.2" }
61+
jito-vault-program = { path = "vault_program", version = "=0.0.2" }
62+
jito-vault-sdk = { path = "vault_sdk", version = "=0.0.2" }
6363
log = "0.4.22"
6464
matches = "0.1.10"
6565
num-derive = "0.4.2"

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cargo b && \
1616
yarn generate-clients && \
1717
cargo b
1818
git add Cargo.lock Cargo.toml idl
19-
git commit -m "Bump version to $VERSION"
19+
git commit -m "Bump version to v$VERSION"
2020
git tag -a "v$VERSION" -m "v$VERSION"
2121
git push origin master
2222
git push origin tags/v"$VERSION"

0 commit comments

Comments
 (0)