summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-07-04 22:53:16 +1200
committerBen Bridle <ben@derelict.engineering>2025-07-04 22:53:16 +1200
commit7d3621ea3f71154a5e31372d29a4d71dbf1ba23c (patch)
treecab4942050b4b613db2b9de72a66ba76d319a71c /Cargo.toml
parent854ce7bf8c24fac3dc284411e115ddc2413dea69 (diff)
downloadbedrock-pc-7d3621ea3f71154a5e31372d29a4d71dbf1ba23c.zip
Update bedrock-asm dependency
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 e9f784b..4ba9329 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
description = "Bedrock emulator"
[dependencies]
-bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v1.0.0" }
+bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v1.0.1" }
bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v1.0.0" }
phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.3.0" }
geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" }