Skip to content

Commit 0ee4df2

Browse files
committed
try pyo3 branch without lazy errors
1 parent 6c936de commit 0ee4df2

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ too_many_lines = "allow"
110110
unnecessary_wraps = "allow"
111111
unused_self = "allow"
112112
used_underscore_binding = "allow"
113+
114+
[patch.crates-io]
115+
pyo3 = { git = "https://github.com/davidhewitt/pyo3", branch = "no-err-normalization" }
116+
pyo3-build-config = { git = "https://github.com/davidhewitt/pyo3", branch = "no-err-normalization" }

0 commit comments

Comments
 (0)