diff options
author | Ben Bridle <ben@derelict.engineering> | 2024-11-01 07:26:35 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-11-01 09:34:13 +1300 |
commit | bfc4e20724471c0a90f823868bcb38d975aee382 (patch) | |
tree | 106196b0a83d10c1c1e60644a73857a73e3908a5 /Cargo.toml | |
parent | b9bc4d1ef710dcde625c7cf24293750168bbd225 (diff) | |
download | bedrock-pc-bfc4e20724471c0a90f823868bcb38d975aee382.zip |
Prevent empty source files from being merged
This commit updates bedrock-asm to v4.0.5, which adds a change where
empty source files will no longer be merged into the final source file.
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.4" } +bedrock-asm = { git = "git://benbridle.com/bedrock_asm", tag = "v4.0.5" } 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" } |