Skip to content

fix(pyth-lazer-client): specify protocol crate version to fix cargo publish #2325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

tejasbadadare
Copy link
Contributor

Fix cargo publish error: dependency 'pyth-lazer-protocol' does not specify a version
https://github.com/pyth-network/pyth-crosschain/actions/runs/13142447766/job/36672604599

Copy link

vercel bot commented Feb 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 6:51pm
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 6:51pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 6:51pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Feb 4, 2025 6:51pm
entropy-debugger ⬜️ Ignored (Inspect) Feb 4, 2025 6:51pm
insights ⬜️ Ignored (Inspect) Visit Preview Feb 4, 2025 6:51pm

edition = "2021"
description = "A Rust client for Pyth Lazer"
license = "Apache-2.0"

[dependencies]
pyth-lazer-protocol = { path = "../protocol" }
pyth-lazer-protocol = "0.4.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought turbo repo handled this, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure... our publish CI workflows don't invoke turbo: https://github.com/pyth-network/pyth-crosschain/actions/runs/13142447766/workflow

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We aren't doing anything with turbo with any non-JS languages yet

@tejasbadadare tejasbadadare merged commit a02003a into main Feb 4, 2025
10 checks passed
@tejasbadadare tejasbadadare deleted the tb/lazer/rust-client-specify-protocol-crate-version branch February 4, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants