From ec8ed73838d6850c98722bc68b484174b735abfd Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Wed, 30 Oct 2024 15:49:15 +1300 Subject: Update source merging strategy This updates the bedrock-asm dependency so that we can use the new source merging strategy added in version 4.0.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 72b6127..40230b6 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.1" } +bedrock-asm = { git = "git://benbridle.com/bedrock_asm", tag = "v4.0.2" } 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