summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2024-10-31 17:35:30 +1300
committerBen Bridle <ben@derelict.engineering>2024-10-31 17:35:30 +1300
commit23f3e64f5468da9254f16ed12fb5196350c96c8e (patch)
treea2b7177d41c94b56b88fd8f4a6bd84abb2e7c964 /Cargo.toml
parent043d6dbfb2859d5102e459337329e8eea0a328ae (diff)
downloadbedrock-pc-23f3e64f5468da9254f16ed12fb5196350c96c8e.zip
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.
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 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" }