Skip to content

Commit

Permalink
Bump try_from
Browse files Browse the repository at this point in the history
  • Loading branch information
gbip committed Nov 28, 2018
1 parent 61af009 commit 9f2de03
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drs-0x01"
version = "0.2.1"
version = "0.2.2"
authors = ["Paul Florence <perso@florencepaul.com>"]
description = "Easily communicate with Dongbu Robot servomotors Herkulex DRS 0101 and DRS 0201"
license = "MIT OR Apache-2.0"
Expand All @@ -10,6 +10,7 @@ categories = ["embedded", "no-std", "hardware-support"]
repository = "https://github.com/gbip/drs_0x01_driver"

[dependencies]
try_from = {version = "0.3.0", features = ["no_std"]}

[dependencies.arrayvec]
default-features = false
Expand All @@ -18,8 +19,3 @@ version = "0.4.7"

[dev-dependencies]
docmatic = "0.1"

[dependencies.try_from]
git = "https://github.com/gbip/try_from"
branch = "no_std_support"
features = ["no_std"]

0 comments on commit 9f2de03

Please sign in to comment.