-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
<PropertyGroup> | ||
<Copyright>Copyright (C) 2018-2020 [email protected]</Copyright> | ||
<Version>1.8.0</Version> | ||
<Version>1.9.0</Version> | ||
<Authors>0xd4d</Authors> | ||
<InformationalVersion>$(Version)</InformationalVersion> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "iced-x86" | ||
# The version number can't be the same as iced-x86's version number or cargo build will fail | ||
version = "1.8.1000" | ||
version = "1.9.1000" | ||
authors = ["0xd4d <[email protected]>"] | ||
license = "MIT" | ||
description = "iced-x86 is a high performance and correct x86/x64 disassembler, assembler and instruction decoder written in Rust and compiled to WebAssembly" | ||
|
@@ -45,7 +45,7 @@ wasm-bindgen = { version = "=0.2.65", features = ["strict-macro"] } | |
js-sys = "0.3.37" | ||
|
||
[dependencies.iced-x86-rust] | ||
version = "1.8.0" | ||
version = "1.9.0" | ||
package = "iced-x86" | ||
path = "../iced-x86" | ||
default-features = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "iced-x86" | ||
version = "1.8.0"# Update html_root_url in lib.rs and usage section in lib.rs/README and version numbers in README docs.rs links | ||
version = "1.9.0"# Update html_root_url in lib.rs and usage section in lib.rs/README and version numbers in README docs.rs links | ||
authors = ["0xd4d <[email protected]>"] | ||
license = "MIT" | ||
description = "iced-x86 is a high performance and correct x86/x64 disassembler, assembler and instruction decoder written in Rust" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters