Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperCuber committed Nov 26, 2020
1 parent 5367620 commit 8827ca1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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 = "dotter"
version = "0.10.0"
version = "0.10.1"
authors = ["SuperCuber <[email protected]>"]
description = "A dotfile manager and templater written in rust"
repository = "https://www.github.com/SuperCuber/dotter"
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ mod handlebars_helpers;
mod init;
mod watch;

use std::env;

use anyhow::{Context, Result};

fn main() {
Expand Down

0 comments on commit 8827ca1

Please sign in to comment.