Skip to content

Commit 4dc75f5

Browse files
committed
Post-rebase fixes
1 parent 83c5464 commit 4dc75f5

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
lines changed

Cargo.lock

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ anyhow = "1"
2828
bitvec = "1.0"
2929
clap = { version = "4", features = ["color", "derive"] }
3030
colored = "3"
31+
htq = { git = "https://github.com/oxidecomputer/htq", branch = "sector-001" }
3132
libloading = { version = "0.8" }
3233
num = { version = "0.4", features = ["serde"] }
3334
p4 = { path = "p4" }
@@ -41,5 +42,6 @@ serde = "1.0"
4142
serde_tokenstream = "0.2"
4243
syn = "2.0"
4344
tempfile = "3.3"
45+
thiserror = "1.0.63"
4446
usdt = "0.5.0"
4547
xfr = { git = "https://github.com/oxidecomputer/xfr" }

codegen/htq/Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
p4 = { path = "../../p4" }
8-
htq = { git = "https://github.com/oxidecomputer/htq", branch = "sector-001" }
9-
#htq = { path = "/Users/ry/src/htq" }
10-
thiserror = "1.0.63"
7+
p4.workspace = true
8+
htq.workspace = true
9+
thiserror.workspace = true

0 commit comments

Comments
 (0)