diff options
author | iximeow <me@iximeow.net> | 2022-01-12 14:43:25 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-01-12 15:00:13 -0800 |
commit | cb199ddb96760c7b61e31a7c2fd4b040f4eb243a (patch) | |
tree | 25fd2185ebb5c8dca35b4dd115f97c605b9b1933 /Cargo.toml | |
parent | 5214a222c24a12adafb3180cbd570bcad0a72a5d (diff) |
fix warning, update changelog, remove local Cargo.toml hacks
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.2.9" +version = "0.2.10" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" @@ -13,9 +13,6 @@ readme = "README.md" name = "yaxdis" path = "src/main.rs" -[patch.crates-io] -yaxpeax-arch-02 = { package = "yaxpeax-arch", path = "/toy/yaxpeax/yaxpeax-arch/" } - [dependencies] clap = { version = "3", features = ["derive"] } hex = "0.4.0" @@ -29,7 +26,7 @@ yaxpeax-arm = { version = "0.2.3" } yaxpeax-avr = { version = "0.1.0" } yaxpeax-m16c = { version = "0.1.0" } yaxpeax-mips = { version = "0.1.0" } -yaxpeax-msp430 = { version = "0.1.0", path = "/toy/yaxpeax/arch/msp430" } +yaxpeax-msp430 = { version = "0.1.0" } yaxpeax-lc87 = { version = "1.0.0" } yaxpeax-pic17 = { version = "0.1.0" } yaxpeax-pic18 = { version = "0.1.0" } |