From bccbfdcf0644ed53c8213edc36cecd9918db6363 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 15 Sep 2025 08:47:52 +1200 Subject: Update bedrock-asm dependency This fixes an issue where an incorrect length was being reported after truncation of the assembled program. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3-70-g09d2