Skip to content

Conversation

Copy link

Copilot AI commented Feb 8, 2026

The rand 0.10.0 upgrade breaks compilation due to the Rng trait being renamed to RngExt.

Changes

  • Updated trait imports in sigstore-tsa and sigstore-oidc crates:
- use rand::Rng;
+ use rand::RngExt;

Affected files:

  • crates/sigstore-tsa/src/asn1.rs
  • crates/sigstore-oidc/src/oauth.rs

No functional changes - trait methods remain identical between versions.

Original prompt

Pull Request: #62 can you fix this and push to the branch?


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: wolfv <885054+wolfv@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issues in pull request 62 Fix rand 0.10.0 compatibility: Rng → RngExt trait rename Feb 8, 2026
Copilot AI requested a review from wolfv February 8, 2026 18:18
@wolfv wolfv closed this Feb 9, 2026
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