Skip to content
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

Enable publish of soroban-simulation crate #1344

Merged
merged 2 commits into from
Feb 5, 2024
Merged

Conversation

leighmcculloch
Copy link
Member

What

Enable publish of soroban-simulation crate

Why

It is depended on by the soroban-rpc and should have been included in the v20.2.0 release, but appears we forgot to set it as publishable.

@leighmcculloch leighmcculloch marked this pull request as ready for review February 5, 2024 22:50
@leighmcculloch leighmcculloch requested a review from a team as a code owner February 5, 2024 22:50
Copy link
Contributor

@anupsdf anupsdf left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for taking care of this.

@@ -72,7 +72,7 @@ jobs:
with:
name: cargo-semver-checks
version: 0.27.0
- run: cargo semver-checks
- run: cargo semver-checks --exclude soroban-simulation
Copy link
Member Author

Choose a reason for hiding this comment

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

The simulation crate isn't published yet and the check fails trying to pull it from crates.io. Excluding it is required because semver-checks requires the crate to be published first. See:

@leighmcculloch leighmcculloch added this pull request to the merge queue Feb 5, 2024
Merged via the queue into main with commit b72dfa7 Feb 5, 2024
13 checks passed
@leighmcculloch leighmcculloch deleted the persimmon-neutrodyne branch February 5, 2024 23:23
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.

3 participants