downgrade version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1724,7 +1724,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "silentdragonlite-cli"
|
name = "silentdragonlite-cli"
|
||||||
version = "1.3.2"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "silentdragonlite-cli"
|
name = "silentdragonlite-cli"
|
||||||
version = "1.3.2"
|
version = "1.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ use silentdragonlitelib::{commands,
|
|||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! configure_clapapp {
|
macro_rules! configure_clapapp {
|
||||||
( $freshapp: expr ) => {
|
( $freshapp: expr ) => {
|
||||||
$freshapp.version("1.3.2")
|
$freshapp.version("1.0.0")
|
||||||
.arg(Arg::with_name("dangerous")
|
.arg(Arg::with_name("dangerous")
|
||||||
.long("dangerous")
|
.long("dangerous")
|
||||||
.help("Disable server TLS certificate verification. Use this if you're running a local lightwalletd with a self-signed certificate. WARNING: This is dangerous, don't use it with a server that is not your own.")
|
.help("Disable server TLS certificate verification. Use this if you're running a local lightwalletd with a self-signed certificate. WARNING: This is dangerous, don't use it with a server that is not your own.")
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
pub const VERSION:&str = "1.3.2";
|
pub const VERSION:&str = "1.1.0";
|
||||||
Reference in New Issue
Block a user