Skip to content

Commit

Permalink
comment out local patch lines
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 21, 2023
1 parent 15f1299 commit 0deecb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ unnecessary_wraps = "allow"
unused_self = "allow"
used_underscore_binding = "allow"

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

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

0 comments on commit 0deecb4

Please sign in to comment.