You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
807 B
27 lines
807 B
From 24af9d10f80060c14933fbfafdb8a0f7c1485361 Mon Sep 17 00:00:00 2001
|
|
From: Fabio Valentini <decathorpe@gmail.com>
|
|
Date: Sun, 26 May 2024 18:42:48 +0200
|
|
Subject: [PATCH 6/7] downgrade pep440_rs from 0.6 to 0.5 to avoid duplicate
|
|
dependencies
|
|
|
|
---
|
|
Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 2066523c7..054a092b2 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -71,7 +71,7 @@ path-absolutize = { version = "3.1.1" }
|
|
path-slash = { version = "0.2.1" }
|
|
pathdiff = { version = "0.2.1" }
|
|
parking_lot = "0.12.1"
|
|
-pep440_rs = { version = "0.6.0", features = ["serde"] }
|
|
+pep440_rs = { version = "0.5.0", features = ["serde"] }
|
|
pretty_assertions = "1.3.0"
|
|
proc-macro2 = { version = "1.0.79" }
|
|
pyproject-toml = { version = "0.10.0" }
|
|
--
|
|
2.45.2
|
|
|