Remove failing doctest

This commit is contained in:
Martin Dahl 2021-09-01 23:30:44 +02:00
parent f6f3f68a8c
commit 4bc034518f
1 changed files with 4 additions and 1 deletions

View File

@ -1,12 +1,15 @@
[package]
name = "r2r"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Minimal ros2 bindings."
license = "Apache-2.0/MIT"
edition = "2018"
[lib]
doctest = false
[dependencies]
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.62"