From 284c6830722548714128e63ea04bcca78ee27154 Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Thu, 5 Mar 2026 00:32:51 +0000 Subject: [PATCH] Point p4rs at zl/multicast for bitmap-based replication --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a2c227..4b881d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1829,7 +1829,7 @@ dependencies = [ [[package]] name = "p4rs" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/p4?branch=main#a1840304962af6a0d42d5c3ef064778af167d1c0" +source = "git+https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2edce0a96dd0ac3a3df95af3d58cee839" dependencies = [ "bitvec", "num", diff --git a/Cargo.toml b/Cargo.toml index 1df7d25..76c5bb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ ztest = { git = "https://github.com/oxidecomputer/falcon" } curl = "0.4.49" octocrab = "0.49" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } -p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "main" } +p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "zl/multicast" } sha256 = "1.6.0" camino = "1.2.2" thiserror = "2.0.18"