Skip to content

Commit 03bc8bb

Browse files
committed
comment out local patch lines
1 parent 79502f2 commit 03bc8bb

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
@@ -106,9 +106,9 @@ unnecessary_wraps = "allow"
106106
unused_self = "allow"
107107
used_underscore_binding = "allow"
108108

109-
[patch.'https://github.com/davidhewitt/pyo3']
110-
pyo3 = { path = "../pyo3" }
111-
pyo3-build-config = { path = "../pyo3/pyo3-build-config" }
109+
# [patch.'https://github.com/davidhewitt/pyo3']
110+
# pyo3 = { path = "../pyo3" }
111+
# pyo3-build-config = { path = "../pyo3/pyo3-build-config" }
112112

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

0 commit comments

Comments
 (0)