We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577a63e commit 12ff0dcCopy full SHA for 12ff0dc
.github/buildomat/jobs/build-and-test.sh
@@ -8,6 +8,9 @@
8
#: "/work/debug/*",
9
#: "/work/release/*",
10
#: ]
11
+#: access_repos = [
12
+#: "oxidecomputer/htq",
13
+#: ]
14
#:
15
16
set -o errexit
.gitignore
@@ -2,3 +2,4 @@
2
*.sw*
3
out.rs
4
tags
5
+!.github
codegen/htq/Cargo.toml
@@ -5,6 +5,6 @@ edition = "2021"
6
[dependencies]
7
p4 = { path = "../../p4" }
-#htq = { git = "https://github.com/oxidecomputer/htq", branch = "sector-001" }
-htq = { path = "/Users/ry/src/htq" }
+htq = { git = "https://github.com/oxidecomputer/htq", branch = "sector-001" }
+#htq = { path = "/Users/ry/src/htq" }
thiserror = "1.0.63"
0 commit comments