From 4143d31865cbae9a9a7a286b0420a95814408ec7 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Wed, 29 May 2024 09:49:16 +0800 Subject: [PATCH] chore: fix build as the rev is gone (#2417) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index faeefd3873..3a506697b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["benches/*.json", "benches/*.txt"] [dependencies] # Switch back to the non-forked oneshot crate once https://github.com/faern/oneshot/pull/35 is merged -oneshot = { git = "https://github.com/fulmicoton/oneshot.git", rev = "c10a3ba" } +oneshot = { git = "https://github.com/fulmicoton/oneshot.git", rev = "b208f49" } base64 = "0.22.0" byteorder = "1.4.3" crc32fast = "1.3.2"