summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-03-31 13:16:41 +1300
committerBen Bridle <ben@derelict.engineering>2025-03-31 13:16:41 +1300
commit2420c648cc7a39f682929ee2612ba644db6dd156 (patch)
treef6628aab66fc2f0ccb4989f59b065d69711f4cee /Cargo.toml
parent79a9aaa45a2844de28c6f6bfea0127381e24a9e9 (diff)
downloadtorque-asm-2420c648cc7a39f682929ee2612ba644db6dd156.zip
Update assembler 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 3177bb9..7d65b94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "2.0.0"
edition = "2021"
[dependencies]
-assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.0" }
+assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.1" }
log = { git = "git://benbridle.com/log", tag = "v1.1.2" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" }