Skip to content

Commit b2ec9ec

Browse files
committed
comment out local patch lines
1 parent c90da02 commit b2ec9ec

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

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

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

0 commit comments

Comments
 (0)