Skip to content

Commit

Permalink
Remove uv-pep440 cdylib (#10058)
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin authored Dec 20, 2024
1 parent 6af14bd commit cf14a62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions crates/uv-pep440/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ documentation = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }

[lib]
name = "uv_pep440"
crate-type = ["rlib", "cdylib"]
doctest = false

[lints]
workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/uv-pep440/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ impl std::fmt::Display for OperatorParseError {
///
/// ```rust
/// use std::str::FromStr;
/// use pep440_rs::Version;
/// use uv_pep440::Version;
///
/// let version = Version::from_str("1.19").unwrap();
/// ```
Expand Down

0 comments on commit cf14a62

Please sign in to comment.