diff --git a/Cargo.lock b/Cargo.lock index 16a0d1c..89718c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ dependencies = [ [[package]] name = "binsider" -version = "0.1.0" +version = "0.1.0-rc.0" dependencies = [ "ansi-to-tui", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 5c9339d..f3a9e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binsider" -version = "0.1.0" +version = "0.1.0-rc.0" description = "Analyze ELF binaries like a boss" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"