Browse Source

v0.2.0

pull/5/head v0.2.0
Rodolphe Breard 6 years ago
parent
commit
a406cd7e16
  1. 2
      acmed/Cargo.toml
  2. 2
      acmed/src/main.rs

2
acmed/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "acmed" name = "acmed"
version = "0.1.0"
version = "0.2.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
description = "ACME (RFC 8555) client daemon" description = "ACME (RFC 8555) client daemon"

2
acmed/src/main.rs

@ -28,7 +28,7 @@ pub const DEFAULT_LOG_LEVEL: LevelFilter = LevelFilter::Warn;
fn main() { fn main() {
let matches = App::new("acmed") let matches = App::new("acmed")
.version("0.1.0")
.version("0.2.0")
.arg( .arg(
Arg::with_name("config") Arg::with_name("config")
.short("c") .short("c")

Loading…
Cancel
Save