From bfc4e20724471c0a90f823868bcb38d975aee382 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 1 Nov 2024 07:26:35 +1300 Subject: Prevent empty source files from being merged This commit updates bedrock-asm to v4.0.5, which adds a change where empty source files will no longer be merged into the final source file. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bdc0995..6080671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Emulator for running Bedrock programs" [dependencies] -bedrock-asm = { git = "git://benbridle.com/bedrock_asm", tag = "v4.0.4" } +bedrock-asm = { git = "git://benbridle.com/bedrock_asm", tag = "v4.0.5" } bedrock-core = { git = "git://benbridle.com/bedrock_core", tag = "v5.0.0" } phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.1.0" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } -- cgit v1.2.3-70-g09d2