From 618d891255bc0eb46ce539400fc191416a27aaa5 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sat, 20 Jan 2024 19:29:53 +1300 Subject: Update bedrock_core dependency to v2.0.0 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. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 8f7b08a..31a20e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bedrock_core" version = "1.0.0" -source = "git+git://benbridle.com/bedrock_core?tag=v1.0.0#2b16a99ba3d1ba6536a1db28471288a0c2274a71" +source = "git+git://benbridle.com/bedrock_core?tag=v2.0.0#82b5f5c1cfc5c164e357b7ac02ce3f8417faa260" [[package]] name = "bedrock_emu" -- cgit v1.2.3-70-g09d2