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.
26 lines
757 B
26 lines
757 B
1 month ago
|
From d04fae87e624e321551e5b4ca90bf98b099c23fb Mon Sep 17 00:00:00 2001
|
||
1 month ago
|
From: Fabio Valentini <decathorpe@gmail.com>
|
||
1 month ago
|
Date: Sun, 26 May 2024 18:38:17 +0200
|
||
|
Subject: [PATCH 5/7] bump pyproject-toml-dependency from 0.9 to 0.10
|
||
1 month ago
|
|
||
|
---
|
||
|
Cargo.toml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Cargo.toml b/Cargo.toml
|
||
1 month ago
|
index 6612fdec6..2066523c7 100644
|
||
1 month ago
|
--- a/Cargo.toml
|
||
|
+++ b/Cargo.toml
|
||
1 month ago
|
@@ -74,7 +74,7 @@ parking_lot = "0.12.1"
|
||
1 month ago
|
pep440_rs = { version = "0.6.0", features = ["serde"] }
|
||
|
pretty_assertions = "1.3.0"
|
||
|
proc-macro2 = { version = "1.0.79" }
|
||
|
-pyproject-toml = { version = "0.9.0" }
|
||
1 month ago
|
+pyproject-toml = { version = "0.10.0" }
|
||
|
quick-junit = { version = "0.4.0" }
|
||
1 month ago
|
quote = { version = "1.0.23" }
|
||
|
rand = { version = "0.8.5" }
|
||
|
--
|
||
1 month ago
|
2.45.2
|
||
1 month ago
|
|