summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-04-17 20:41:01 +1200
committerBen Bridle <ben@derelict.engineering>2025-04-17 20:41:01 +1200
commit0b9a790607a0103c033f71a8f595b61e9d0e05fb (patch)
tree5de5722f1c021b061466698741d659e836a26714 /Cargo.toml
parent49933164dd3fdb587bdaadcaf7c0d84187fc9861 (diff)
downloadbedrock-pc-0b9a790607a0103c033f71a8f595b61e9d0e05fb.zip
Update instruction set to match latest specification
This is the change that moves and simplifies the jump and shift instructions.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa6afe5..47baf34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,8 +6,8 @@ edition = "2021"
description = "Bedrock emulator and assembler"
[dependencies]
-bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v5.0.0" }
-bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v5.1.0" }
+bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v6.0.0" }
+bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v6.0.0" }
phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.2.2" }
geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" }
log = { git = "git://benbridle.com/log", tag = "v1.1.2" }