summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAge
* Update version to 0.3.0v0.3.0Ben Bridle2024-04-16
|
* Update devices to match new specificationsBen Bridle2024-04-16
|
* Release version 0.2.0v0.2.0Ben Bridle2024-01-31
| | | | | The bedrock_core update is a significant breaking change, so the version number needs to be incremented.
* Update bedrock_core dependency to v2.0.0Ben Bridle2024-01-20
| | | | | | | Version 2 of bedrock_core contains updated to the Bedrock instruction set, reflecting a recent change to the Bedrock specifications. Updating the dependency allows bytecode assembled by the most recent version of the assembler to evaluate correctly on this emulator.
* Fix Cargo.lock errorBen Bridle2024-01-03
| | | | | The Cargo.lock file previously referred to a commit of the geometry crate which had been overwritten and did not exist in the repository.
* First commitv0.1.0Ben Bridle2023-12-24