Skip to content

Commit d1b3565

Browse files
committed
comment out local patch lines
1 parent ba50311 commit d1b3565

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ unnecessary_wraps = "allow"
108108
unused_self = "allow"
109109
used_underscore_binding = "allow"
110110

111-
[patch.'https://github.com/davidhewitt/pyo3']
112-
pyo3 = { path = "../pyo3" }
113-
pyo3-build-config = { path = "../pyo3/pyo3-build-config" }
111+
# [patch.'https://github.com/davidhewitt/pyo3']
112+
# pyo3 = { path = "../pyo3" }
113+
# pyo3-build-config = { path = "../pyo3/pyo3-build-config" }
114114

115-
[patch.'https://github.com/pydantic/jiter']
116-
jiter = { path = "../jiter" }
115+
# [patch.'https://github.com/pydantic/jiter']
116+
# jiter = { path = "../jiter" }

0 commit comments

Comments
 (0)