Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
- Mention serde and structopt dependencies in Readme
- Expose fs module
- Add args and log_level arguments to main! macro
- Add automatic logging

[ci skip]
  • Loading branch information
killercup committed Jan 22, 2018
1 parent 5f3cf3c commit 5194f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quicli"
version = "0.1.0"
version = "0.1.1"
description = "Quickly build cool CLI apps in Rust."
authors = ["Pascal Hertleif <[email protected]>"]
readme = "Readme.md"
Expand Down

0 comments on commit 5194f17

Please sign in to comment.