Skip to content

Conversation

@Teebor-Choka
Copy link

@Teebor-Choka Teebor-Choka commented Sep 26, 2025

This pull request updates the version of the primitive-types dependency in Cargo.toml to improve compatibility and access to newer features.

Dependency updates:

Motivation

  • Upgraded primitive-types from version 0.12 to 0.14 in Cargo.toml to ensure the project uses the latest features and bug fixes.

The used version is obsoleted and causes the dependents to have multiple parallel primitive-type dependencies when using wider selection of common libraries.

Solution

Bump the primitive-types dependency.

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@Teebor-Choka Teebor-Choka changed the title Update primitive-types to v0.14 chore: update primitive-types to v0.14 Sep 26, 2025
@prestwich
Copy link
Collaborator

our semver policy considers breaking updates of deps from which we impl traits to be breaking upgrades. I.e. this would be considered semver major under our policy, because it would remove support for 0.12 thereby breaking downstream crates that rely on 0.12 support. As such, this would be delayed for #502

To add primitive-types support to 0.14, you can follow the pattern we've established for ark-ff. This pattern is strictly additive, and would be in the next semver minor

#526

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