From 23f3e64f5468da9254f16ed12fb5196350c96c8e Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Thu, 31 Oct 2024 17:35:30 +1300 Subject: Fix reported source location for redefined symbol errors This commit updates bedrock-asm to v4.0.4, which fixes an issue where the reported source location of the original definition of a redefined symbol was incorrect. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index baa3aea..982d71e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,8 +77,8 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bedrock-asm" -version = "4.0.3" -source = "git+git://benbridle.com/bedrock_asm?tag=v4.0.3#65d409e389d437d506a841ff5eb0a2a5d977a7d5" +version = "4.0.4" +source = "git+git://benbridle.com/bedrock_asm?tag=v4.0.4#8d9c19cdc6c252eb3b833b6808a7a8f1e0d173a9" dependencies = [ "vagabond", "xflags", diff --git a/Cargo.toml b/Cargo.toml index f0db924..bdc0995 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.3" } +bedrock-asm = { git = "git://benbridle.com/bedrock_asm", tag = "v4.0.4" } 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