diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2024-10-30 15:49:15 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-10-30 16:16:05 +1300 |
commit | ec8ed73838d6850c98722bc68b484174b735abfd (patch) | |
tree | 240cabb9bb58f412ea111fa3d4d45b783987db41 /Cargo.toml | |
parent | 7c98a00cab282a58e9f2adde65bebe431def8481 (diff) | |
download | bedrock-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |