Skip to content

Commit

Permalink
Update URLs after repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jun 14, 2021
1 parent 6093aa9 commit 9cdb266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
description = "A library for querying the version of a installed rustc compiler"
readme = "README.md"
documentation = "https://docs.rs/rustc_version/"
repository = "https://github.com/Kimundi/rustc-version-rs"
repository = "https://github.com/djc/rustc-version-rs"
keywords = ["version", "rustc"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rustc-version-rs

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

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

Expand Down

0 comments on commit 9cdb266

Please sign in to comment.