Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jan 6, 2024
1 parent fec4c86 commit 4d1d25d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.7.1 2024-01-06
========================

1. Sync target list from rustc 1.75.0

v0.7.0 2023-12-02
========================

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.7.0"
version = "0.7.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 @@ -289,7 +289,7 @@ fn download(upstream_url: &str, dir: &str, path: &str) -> Result<PathBuf, Error>

fn main() {
let args = Command::new("rustup-mirror")
.version("0.7.0")
.version("0.7.1")
.author("Jiajie Chen <c@jia.je>")
.about("Make a mirror for rustup")
.arg(
Expand Down

0 comments on commit 4d1d25d

Please sign in to comment.