Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
jito-jsm-core@0.0.2
jito-restaking-core@0.0.2
jito-restaking-integration-tests@0.0.2
jito-restaking-program@0.0.2
jito-restaking-sanitization@0.0.2
jito-restaking-sdk@0.0.2
jito-vault-core@0.0.2
jito-vault-program@0.0.2
jito-vault-sdk@0.0.2

Generated by cargo-workspaces
  • Loading branch information
buffalu committed Jul 25, 2024
1 parent 5e4ae68 commit 9e42e73
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

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

[workspace.package]
version = "0.0.1"
version = "0.0.2"
authors = ["Jito Network Maintainers <support@jito.network>"]
repository = "https://github.com/jito-foundation/restaking"
homepage = "https://jito.network/"
Expand All @@ -35,14 +35,14 @@ readme = "README.md"
assert_matches = "1.5.0"
borsh = { version = "0.10.3" }
bytemuck = "1.16.1"
jito-restaking-sanitization = { path = "sanitization", version = "=0.0.1" }
jito-jsm-core = { path = "core", version = "=0.0.1" }
jito-vault-core = { path = "vault_core", version = "=0.0.1" }
jito-restaking-core = { path = "restaking_core", version = "=0.0.1" }
jito-restaking-sdk = { path = "restaking_sdk", version = "=0.0.1" }
jito-vault-sdk = { path = "vault_sdk", version = "=0.0.1" }
jito-vault-program = { path = "vault_program", version = "=0.0.1" }
jito-restaking-program = { path = "restaking_program", version = "=0.0.1" }
jito-restaking-sanitization = { path = "sanitization", version = "0.0.2" }
jito-jsm-core = { path = "core", version = "0.0.2" }
jito-vault-core = { path = "vault_core", version = "0.0.2" }
jito-restaking-core = { path = "restaking_core", version = "0.0.2" }
jito-restaking-sdk = { path = "restaking_sdk", version = "0.0.2" }
jito-vault-sdk = { path = "vault_sdk", version = "0.0.2" }
jito-vault-program = { path = "vault_program", version = "0.0.2" }
jito-restaking-program = { path = "restaking_program", version = "0.0.2" }
shank = "0.4.2"
solana-program = "~1.17"
solana-program-test = "~1.17"
Expand Down

0 comments on commit 9e42e73

Please sign in to comment.