Skip to content

Commit 8f69c73

Browse files
committed
[GR-57989] Add patch for pendulum-3.0.0.
PullRequest: graalpython/3469
2 parents 8e02136 + cb36d67 commit 8f69c73

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[rules]]
2+
version = '== 3.0.0'
3+
patch = 'pendulum-3.0.0.patch'
4+
license = 'MIT'
5+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
2+
index 0d76a89..08dc9bf 100644
3+
--- a/rust/Cargo.toml
4+
+++ b/rust/Cargo.toml
5+
@@ -14,7 +14,7 @@ strip = true
6+
overflow-checks = false
7+
8+
[dependencies]
9+
-pyo3 = { version = "0.19.0", features = ["extension-module", "generate-import-lib"] }
10+
+pyo3 = { version = "0.21.0", features = ["extension-module", "generate-import-lib"] }
11+
mimalloc = { version = "0.1.39", optional = true, default-features = false }
12+
13+
[features]

0 commit comments

Comments
 (0)