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

chore: remove lockfile, bump versions #476

Merged
merged 9 commits into from
Jul 30, 2021
Merged

chore: remove lockfile, bump versions #476

merged 9 commits into from
Jul 30, 2021

Conversation

austinabell
Copy link
Contributor

@austinabell austinabell commented Jul 16, 2021

Prep for next release

  • Removes lockfile (idk why it would be needed for a lib like this)
  • Bumps borsh to 0.9
    • we might want to revert this one if other near repos are not planning on updating to this. This will bring in multiple versions of borsh for testing (because of near-vm-logic)
  • Bumps dev-dependencies

@austinabell
Copy link
Contributor Author

So the buildkite fails because it's using an old stable version that is not compatible with a newer version of a dependency. I don't get the context of why this old version is used and versions are pinned because this is used as a lib, not a binary. I don't have access to change the toolchain to just stable though or understand why this specific version is used.

@@ -8,6 +8,8 @@ if [[ "${NEAR_RELEASE}" == "true" ]]; then
else
echo "Test with git version of borsh and near-vm-logic"

cargo generate-lockfile
Copy link
Contributor

Choose a reason for hiding this comment

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

cool, didn't know about this command

@austinabell austinabell merged commit 6d5b537 into master Jul 30, 2021
@austinabell austinabell deleted the austin/dep_bump branch July 30, 2021 16:59
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.

2 participants