0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
615 stars 152 forks source link

miden-vm: match the crate with the package name. Fix #1270 #1271

Closed hackaugusto closed 5 months ago

hackaugusto commented 5 months ago

Describe your changes

As per the PR title. This makes the library crate name match the package name.

Checklist before requesting a review

bobbinth commented 5 months ago

oh - i guess we also need to update the executable code to import miden_vm.

hackaugusto commented 5 months ago

ah, oops, I only built the library. Updated the references to use miden_vm instead

bobbinth commented 5 months ago

Could you also update the changelog as I mentioned in https://github.com/0xPolygonMiden/miden-vm/pull/1271#pullrequestreview-1918083129.

hackaugusto commented 5 months ago

sorry, missed that