We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d7d4d commit 6da08d5Copy full SHA for 6da08d5
Cargo.toml
@@ -65,6 +65,7 @@ predicates = "3.1.0"
65
indexmap = "2.3.0"
66
fxhash = "0.2.1"
67
bumpalo = { version = "3.16.0" }
68
+pathsearch = "0.2.0"
69
70
[profile.dev.package]
71
insta.opt-level = 3
hugr-llvm/Cargo.toml
@@ -34,7 +34,7 @@ strum.workspace = true
34
insta.workspace = true
35
rstest.workspace = true
36
portgraph.workspace = true
37
-pathsearch = "0.2.0"
+pathsearch.workspace = true
38
serde_json.workspace = true
39
serde.workspace = true
40
typetag.workspace = true
0 commit comments