omarandlorraine / strop

Stochastically generates machine code
MIT License
97 stars 1 forks source link

Update dez80 requirement from 3.0.0 to 4.0.0 #55

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on dez80 to permit the latest version.

Release notes

Sourced from dez80's releases.

v4.0.0

This major release of DeZ80 changes the top-level visibility of some data structures with the aim of promoting verbosity where it is helpful while keeping the most basic interfaces (Instruction, InstructionDecoder, and DecodingState) available at the top level, removes some redundant interfaces (most notably InstructionDecoder::new()), and introduces DecoderState variants for displacement operands. This primarily benefits emulator/simulator applications that need to handle displacement computation cycles and could not disambiguate between displacement and non-displacement operands in indexed instructions in prior versions. For indexed bitwise instructions, IndexedBitwiseDisplacement replaces IndexedBitwiseOperand in DecoderState.

This would probably be suitable for a v1.0.0 release if I hadn't jumped the gun.

Changes:

  • Update dependencies and their usage
  • Clean up some minor warnings and comments
  • Add some interfaces and re-exports
  • Remove some interfaces and re-exports
  • Distinguish displacement operands from non-displacement operands in DecodingState
  • Removes a security warning for dez80_cli stemming from an abandoned dependency package
Commits
  • 3b6292b Update dez80_cli dependency package versions
  • 01e69d1 Bump DeZ80 version to 4.0.0
  • cbdbbea Add DecodingState variants for displacement operands
  • 14d7ef1 Derive Clone and Debug for InstructionDecoder
  • 973c88d Update module visibility
  • c7f61f0 Remove InstructionDecoder::new()
  • ffd5aba Update deprecated rustfmt rule
  • 6d028f7 Update dez80_cli Rust edition to 2021
  • 5bfdff3 Fix dez80_cli repository URL
  • d1b7036 Update library dependency package versions
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)