Skip to content

Commit 537b71d

Browse files
committed
release v0.2.0
1 parent f9b4807 commit 537b71d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eso-addons"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Damian Czaja <trojan295@gmail.com>"]
55
edition = "2018"
66

src/cli/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use eso_addons::errors::*;
66

77
#[derive(Clap)]
88
#[clap(
9-
version = "0.1.0",
10-
author = "Damian C. <trojan295@gmail.com>",
9+
version = crate_version!(),
10+
author = crate_authors!(),
1111
about = "CLI tool for managing addon for The Elder Scrolls Online"
1212
)]
1313
struct Opts {

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[macro_use]
12
extern crate clap;
23
extern crate dirs;
34

0 commit comments

Comments
 (0)