Skip to content

ci/cargo-test#216

Merged
1nonlypiece merged 10 commits intoDisciplr-Org:mainfrom
kimcascante:patch-1
Apr 1, 2026
Merged

ci/cargo-test#216
1nonlypiece merged 10 commits intoDisciplr-Org:mainfrom
kimcascante:patch-1

Conversation

@kimcascante
Copy link
Copy Markdown
Contributor

Summary

Adds support for a Minimum Supported Rust Version (MSRV) and validates it in CI.

Closes #163

Changes

  • Defined MSRV: Rust 1.74.0 in Cargo.toml
  • Extended existing CI workflow to test both MSRV and stable
  • Added wasm32-unknown-unknown target validation
  • Documented local development instructions in README

Scope

  • CI-only changes
  • No modifications to contract logic
  • No impact on on-chain behavior

Security Notes

  • Ensures reproducible builds for auditors
  • No changes to contract execution paths
  • No new dependencies introduced

Testing

  • CI runs on:
    • Rust 1.74.0 (MSRV)
    • Rust stable
  • Existing test suite passes in both environments

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 30, 2026

@kimcascante Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@drips-wave drips-wave bot mentioned this pull request Mar 31, 2026
@1nonlypiece 1nonlypiece merged commit c3aefc0 into Disciplr-Org:main Apr 1, 2026
0 of 2 checks passed
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.

CI: cargo test on push

2 participants