summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0fe6be9..41e6a51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "torque-asm"
-version = "2.3.0"
+version = "2.5.0"
edition = "2021"
license = "MIT"
[dependencies]
-assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.2" }
-log = { git = "git://benbridle.com/log", tag = "v1.1.2" }
+assembler = { git = "git://benbridle.com/assembler", tag = "v2.3.0" }
+log = { git = "git://benbridle.com/log", tag = "v2.0.0" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" }
indexmap = "2.7.1"