diff --git a/Cargo.toml b/Cargo.toml index c00884dd0..25ec5a5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,9 +30,6 @@ missing_docs = "warn" # https://github.com/rust-lang/rust-clippy/issues/5112 debug_assert_with_mut_call = "warn" -[patch.crates-io] -#portgraph = { git = 'https://github.com/cqcl/portgraph.git', branch = "ab/boundary-order" } - [workspace.dependencies] portgraph = { version = "0.13.0" } insta = { version = "1.34.0" }