From 82d70d1458efa3f566a1e774da98734ff5ec939a Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Thu, 31 Oct 2024 12:09:56 +1300 Subject: Fix source code merge order This commit updates bedrock-asm to v4.0.3, which fixes an issue where the root source unit of a project could sometimes be merged after library code, preventing the program from running correctly. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d69da8b..f0db924 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.2" } +bedrock-asm = { git = "git://benbridle.com/bedrock_asm", tag = "v4.0.3" } 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