From c0ffee5ba5511ec173302720bff06f60798dd097 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Thu, 3 Nov 2022 19:17:34 +0100 Subject: [PATCH] fix!: update dependencies BREAKING CHANGE: enum-as-inner was updated -> produces different API --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c45051..af5dcda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,11 +28,11 @@ msg_pack = ["rmp-serde", "serde"] [dependencies] nom = "7" wee_alloc = { version = "0.4", optional = true } -enum-as-inner = "0.3" +enum-as-inner = "0.5" derive-into-owned = "0.2" [dependencies.ufmt] -version = "0.1" +version = "0.2" features = ["std"] optional = true