From 7ee57d2c149cf621f95ddaa40efd56c933626792 Mon Sep 17 00:00:00 2001 From: Bojan Date: Fri, 13 May 2022 22:10:24 -0300 Subject: [PATCH] build: update cfb --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6005f0c..3eb760b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ path = "examples/file.rs" required-features = ["std"] [dependencies] -cfb = { version = "0.6.1", optional = true } +cfb = { version = "0.7.0", optional = true }