Skip to content

Commit

Permalink
Use crates.io versions
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Mar 29, 2023
1 parent 5e9bd38 commit b0f7d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ repository = "https://github.com/PyO3/pyproject-toml-rs.git"
indexmap = { version = "1.9.2", features = ["serde-1"] }
serde = { version = "1.0.125", features = ["derive"] }
toml = { version = "0.7.0", default-features = false, features = ["parse"] }
pep508_rs = { git = "https://github.com/konstin/pep508_rs", rev = "349ce4867c467de92db06983e5cd885c89339cfe", features = ["serde"] }
pep440_rs = { git = "https://github.com/konstin/pep440-rs", rev = "0e9d26526234a6615b1316d6ef7ba79ed6beac09", features = ["serde"] }
pep508_rs = { version = "0.1.1", features = ["serde"] }
pep440_rs = { version = "0.3.1", features = ["serde"] }

0 comments on commit b0f7d4d

Please sign in to comment.