Skip to content

Commit

Permalink
Link to docs.rs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Nov 5, 2024
1 parent 8010aff commit d155787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dependency specifiers (PEP 508) in Rust

[![Crates.io](https://img.shields.io/crates/v/pep508_rs.svg?logo=rust&style=flat-square)](https://crates.io/crates/pep508_rs)
[![PyPI](https://img.shields.io/pypi/v/pep508_rs.svg?logo=python&style=flat-square)](https://pypi.org/project/pep508_rs)
[![docs.rs](https://img.shields.io/docsrs/pep508_rs?style=flat-square)](https://docs.rs/pep508_rs)

A library for python [dependency specifiers](https://packaging.python.org/en/latest/specifications/dependency-specifiers/), better known as [PEP 508](https://peps.python.org/pep-0508/).

Expand Down
2 changes: 1 addition & 1 deletion src/marker/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ mod test {
if lines == expected {
Ok(())
} else {
Err(format!("{:?}", lines))
Err(format!("{lines:?}"))
}
});
}
Expand Down

0 comments on commit d155787

Please sign in to comment.