From e25268f4d810b9181731c52872c002b880586309 Mon Sep 17 00:00:00 2001 From: Michel Heily Date: Wed, 30 Sep 2020 00:09:54 +0300 Subject: [PATCH] core: bump ringbuf to 0.2.2 Former-commit-id: a39789277cbc62b55ac4896a1dcee0a08eaa91c5 Former-commit-id: d9c94a5f42a11e59c816c1d756c5a2ea4e4dcad7 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 9b7c68c..9e48653 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -34,7 +34,7 @@ hex-literal = "0.2.1" rustyline = { version = "6.0.0", optional = true } nom = { version = "5.0.0", optional = true } gdbstub = { version = "0.1.2", optional = true, features = ["std"] } -ringbuf = "0.2.1" +ringbuf = "0.2.2" goblin = { version = "0.2", optional = true } fuzzy-matcher = { version = "0.3.4", optional = true } bit_reverse = "0.1.8"