summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-03-25 11:01:16 +1300
committerBen Bridle <ben@derelict.engineering>2025-03-25 11:01:29 +1300
commit942c05cc232db905a0ea31b471edb824f0cc931c (patch)
treef42a3a2cdb0414335e7afb6b2c40d54916f21919 /Cargo.toml
parentc7b3f1509d36928b8f9d470cc55ad547f6482e95 (diff)
downloadbedrock-asm-942c05cc232db905a0ea31b471edb824f0cc931c.zip
Update version of assembler library used
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 b6c3d39..dc1dfed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ description = "Assembler program for the Bedrock assembly language"
[dependencies]
-assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.0" }
+assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.1" }
[profile.release]