Skip to content

Commit

Permalink
Mark example requiring std
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Apr 30, 2024
1 parent 52de9be commit 114b78f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rmp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 114b78f

Please sign in to comment.