From d037eeb9a56a8a62ff17266f340c011224d15146 Mon Sep 17 00:00:00 2001 From: Benjamin Naecker Date: Tue, 27 Aug 2024 09:32:44 -0700 Subject: [PATCH] Update oximeter dependency (#1429) - Also updates other omicron deps that come along for the ride - Updates the pinned toolchain, which is required for the version of `parse-display` that is used here. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 06c745813..dfd5bfe0d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.76.0" +channel = "1.80.0" profile = "default"