Skip to content

feat: bump rust and aptos versions#98

Merged
ctoyan merged 35 commits intodev-m1from
chore/bump-versions
Sep 16, 2025
Merged

feat: bump rust and aptos versions#98
ctoyan merged 35 commits intodev-m1from
chore/bump-versions

Conversation

@ctoyan
Copy link
Copy Markdown
Contributor

@ctoyan ctoyan commented Sep 2, 2025

  • sets all aptos-core Rust dependencies to aptos-release-v1.35 branch
  • fixes compilation errors related to those version updates
  • creates new fixtures for the integration tests (re-generated report.txt files - same content of the report.txt, but different mutant order)
  • removes x25519-dalek patch as it's not used in the crate graph
  • replaces deprecated tempdir into_path() with keep()

@ctoyan ctoyan self-assigned this Sep 2, 2025
@ctoyan ctoyan marked this pull request as draft September 2, 2025 10:57
@ctoyan ctoyan linked an issue Sep 5, 2025 that may be closed by this pull request
@ctoyan ctoyan marked this pull request as ready for review September 5, 2025 20:13
@ctoyan ctoyan requested review from Rqnsom and joske September 5, 2025 20:19
@Rqnsom Rqnsom changed the base branch from main to dev-m1 September 6, 2025 09:55
Rqnsom
Rqnsom previously approved these changes Sep 6, 2025
Copy link
Copy Markdown
Contributor

@Rqnsom Rqnsom left a comment

Choose a reason for hiding this comment

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

LGTM with a few minor comments 🔥

joske
joske previously approved these changes Sep 8, 2025
dump_state: false,
filter: None,
ignore_compile_warnings: false,
// TODO(rqnsom): maybe we could set it to true, but it would require `aptos` command in
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Should I remove this comment @Rqnsom ?

@ctoyan ctoyan changed the base branch from dev-m1 to main September 16, 2025 09:49
@ctoyan ctoyan dismissed stale reviews from joske and Rqnsom September 16, 2025 09:49

The base branch was changed.

@ctoyan ctoyan changed the base branch from main to dev-m1 September 16, 2025 09:49
@ctoyan ctoyan merged commit 6657ebb into dev-m1 Sep 16, 2025
@ctoyan ctoyan deleted the chore/bump-versions branch September 16, 2025 14:41
ctoyan added a commit that referenced this pull request Oct 13, 2025
* feat: bump rust and aptos versions (#98)

* sets all aptos-core Rust dependencies to `aptos-release-v1.35` branch

* fixes compilation errors related to those version updates

* creates new fixtures for the integration tests (re-generated report.txt files - same content of the report.txt, but different mutant order)

* removes x25519-dalek patch as it's not used in the crate graph

* replaces deprecated tempdir into_path() with keep()

* feat: add a progressbar to mutant testing (#100)

* chore: add test for Move v2.2 new function values (#101)

* chore: pin aptos-stdlib version in move-assets to v1.35 (#108)

* feat: automated CI releases (#104)

* remove lld compiler flag and bump rust to 1.90
* remove `force-frame-pointers` and `force-unwind-tables`

* chore: update release docs (#105)

* fix: clippy errors and failing CI (#109)

* fix clippy errors and test CI

* prepend RUSTFLAGS="--cfg tokio_unstable" for all cargo tasks

* fix: fix failing CI matrix build

* chore: add more tests for Move 2 features (#111)

---------

Co-authored-by: Jos Dehaes <jos.dehaes@gmail.com>
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.

Update Aptos Rust dependencies

3 participants