summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-03-18 12:06:17 +1300
committerBen Bridle <ben@derelict.engineering>2025-03-18 13:24:20 +1300
commit0925bd156ae2e34ad259d40aaf870eb5f7cfcfb9 (patch)
treeabd0a35a995f53b10e81b66cdfd4571f93748343 /Cargo.toml
parentf25bc47f5c6b7e52304b1e9c9adb4310f2e77ee7 (diff)
downloadtorque-asm-0925bd156ae2e34ad259d40aaf870eb5f7cfcfb9.zip
Update assembler dependency
torque-asm now uses the Compiler type provided by the assembler library.
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 aee2867..8a52604 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.1.0" }
+assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.0" }
log = { git = "git://benbridle.com/log", tag = "v1.1.2" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" }