From 114b78ffba1202ada90d8309631c75354d6c5f65 Mon Sep 17 00:00:00 2001 From: Kornel Date: Tue, 30 Apr 2024 14:31:48 +0100 Subject: [PATCH] Mark example requiring std --- rmp/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rmp/Cargo.toml b/rmp/Cargo.toml index bca041c2..63efc02e 100644 --- a/rmp/Cargo.toml +++ b/rmp/Cargo.toml @@ -21,6 +21,10 @@ paste = "1.0" default = ["std"] std = ["byteorder/std", "num-traits/std"] +[[example]] +name = "inspect" +required-features = ["std"] + [dev-dependencies] quickcheck = "1.0.2"