Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Feb 14, 2019
1 parent ccd9853 commit 6a54d89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.2.0 2019-02-14
v0.2.1 2019-02-14
========================

1. Enable nightly channel mirroring.
Expand Down
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 = "rustup-mirror"
version = "0.2.0"
version = "0.2.1"
authors = ["Jiajie Chen <noc@jiegec.ac.cn>"]
edition = "2018"
description = "Setup a local rustup mirror."
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn download(dir: &str, path: &str) -> PathBuf {

fn main() {
let args = App::new("rustup-mirror")
.version("0.2.0")
.version("0.2.1")
.author("Jiajie Chen <noc@jiegec.ac.cn>")
.about("Make a mirror for rustup")
.arg(
Expand Down

0 comments on commit 6a54d89

Please sign in to comment.