summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-09-15 08:47:52 +1200
committerBen Bridle <ben@derelict.engineering>2025-09-19 12:05:46 +1200
commitbccbfdcf0644ed53c8213edc36cecd9918db6363 (patch)
treeebac1a3718148943f09a8389431cfca9452ff891 /Cargo.toml
parent1836ac3c6b2abd5dce487f1d7589cfe7466c0fd2 (diff)
downloadbedrock-pc-bccbfdcf0644ed53c8213edc36cecd9918db6363.zip
Update bedrock-asm dependency
This fixes an issue where an incorrect length was being reported after truncation of the assembled program.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 30941df..482e7f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
description = "Bedrock emulator"
[dependencies]
-bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v1.0.1" }
+bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v1.0.2" }
bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v1.0.0" }
phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.3.2" }
geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" }