From d48b661dbadfe7c2470927e0de0e16a0b5eabc19 Mon Sep 17 00:00:00 2001 From: Ryan Goodfellow Date: Tue, 23 Dec 2025 23:40:30 -0800 Subject: [PATCH 1/2] bump to rust 1.92 --- Cargo.lock | 2 +- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3e9f8a..9317669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1745,7 +1745,7 @@ dependencies = [ [[package]] name = "p4rs" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/p4?branch=main#b0bcb08c4cff909c465e10e110c60154e8d80114" +source = "git+https://github.com/oxidecomputer/p4?branch=rust-1.92#93ae66d1172399f4fff49d00163dd9ef454fadc2" dependencies = [ "bitvec", "num", diff --git a/Cargo.toml b/Cargo.toml index 37083e7..bde8872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,5 +31,5 @@ ztest = { git = "https://github.com/oxidecomputer/falcon" } curl = "0.4.49" octocrab = "0.48" 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 = "rust-1.92" } sha256 = "1.6.0" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4bd1ff4..9cf77fc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.86.0" +channel = "1.92.0" profile = "default" From 4591a583f1ec9234d46402e016ef3aecde6b7b09 Mon Sep 17 00:00:00 2001 From: Ryan Goodfellow Date: Thu, 1 Jan 2026 10:14:22 -0800 Subject: [PATCH 2/2] p4rs -> main --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9317669..25032ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1745,7 +1745,7 @@ dependencies = [ [[package]] name = "p4rs" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/p4?branch=rust-1.92#93ae66d1172399f4fff49d00163dd9ef454fadc2" +source = "git+https://github.com/oxidecomputer/p4?branch=main#33d646041f13062cc39c6f38725d8c95d4024a2f" dependencies = [ "bitvec", "num", diff --git a/Cargo.toml b/Cargo.toml index bde8872..37083e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,5 +31,5 @@ ztest = { git = "https://github.com/oxidecomputer/falcon" } curl = "0.4.49" octocrab = "0.48" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } -p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "rust-1.92" } +p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "main" } sha256 = "1.6.0"