Skip to content

Commit 5800f16

Browse files
authored
fix(workspace): update doublezero-solana crates to use revenue-distribution/v0.2.0 tag (malbeclabs/doublezero-offchain#219)
## Summary of Changes In preparation for the new release of Revenue Distribution program, which uses Solana v3 crates, this change fixes the `doublezero-solana` crates to use the revenue-distribution/v0.2.0 tag. Please review Cargo.lock carefully. Closes #2336. ## Testing Verification Workflows should still pass.
1 parent 05ce470 commit 5800f16

2 files changed

Lines changed: 35 additions & 111 deletions

File tree

offchain/Cargo.lock

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

offchain/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ url = "2"
8787
[workspace.dependencies.doublezero-passport]
8888
features = ["offchain"]
8989
git = "https://github.com/doublezerofoundation/doublezero-solana"
90-
rev = "0a59eac"
90+
tag = "revenue-distribution/v0.2.0"
9191

9292
[workspace.dependencies.doublezero-program-tools]
9393
git = "https://github.com/doublezerofoundation/doublezero-solana"
94-
rev = "0a59eac"
94+
tag = "revenue-distribution/v0.2.0"
9595

9696
[workspace.dependencies.doublezero-revenue-distribution]
9797
git = "https://github.com/doublezerofoundation/doublezero-solana"
98-
rev = "0a59eac"
98+
tag = "revenue-distribution/v0.2.0"
9999

100100
### Dependencies found in github.com/malbeclabs/doublezero
101101

0 commit comments

Comments
 (0)