summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-10-30 15:49:15 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-10-30 16:16:05 +1300
commitec8ed73838d6850c98722bc68b484174b735abfd (patch)
tree240cabb9bb58f412ea111fa3d4d45b783987db41 /Cargo.toml
parent7c98a00cab282a58e9f2adde65bebe431def8481 (diff)
downloadbedrock-pc-ec8ed73838d6850c98722bc68b484174b735abfd.zip
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.
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 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" }