Skip to content

Commit 9cdb266

Browse files
committed
Update URLs after repo transfer
1 parent 6093aa9 commit 9cdb266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "A library for querying the version of a installed rustc compiler"
77
readme = "README.md"
88
documentation = "https://docs.rs/rustc_version/"
9-
repository = "https://github.com/Kimundi/rustc-version-rs"
9+
repository = "https://github.com/djc/rustc-version-rs"
1010
keywords = ["version", "rustc"]
1111
edition = "2018"
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rustc-version-rs
33

44
[![Documentation](https://docs.rs/rustc_version/badge.svg)](https://docs.rs/rustc_version/)
55
[![Crates.io](https://img.shields.io/crates/v/rustc_version.svg)](https://crates.io/crates/rustc_version)
6-
[![Build status](https://github.com/Kimundi/rustc-version-rs/workflows/CI/badge.svg)](https://github.com/Kimundi/rustc-version-rs/actions?query=workflow%3ACI)
6+
[![Build status](https://github.com/djc/rustc-version-rs/workflows/CI/badge.svg)](https://github.com/djc/rustc-version-rs/actions?query=workflow%3ACI)
77

88
A library for querying the version of a `rustc` compiler.
99

0 commit comments

Comments
 (0)