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 Feb 1, 2024
1 parent e875aaf commit 89ceb4e
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 @@ -108,9 +108,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 89ceb4e

Please sign in to comment.