summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-01-20 19:29:53 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-01-20 19:31:18 +1300
commit618d891255bc0eb46ce539400fc191416a27aaa5 (patch)
tree4577389e1a2cc18638dcafc8fd8560941060d785 /Cargo.lock
parent03023ea0aa987ec7bbcf2ca5019a1db2dedc3493 (diff)
downloadbedrock-pc-618d891255bc0eb46ce539400fc191416a27aaa5.zip
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
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"