summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca18d3a..0fe6be9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,8 @@
[package]
name = "torque-asm"
-version = "2.0.2"
+version = "2.3.0"
edition = "2021"
+license = "MIT"
[dependencies]
assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.2" }