Skip to content

Commit c72bbbb

Browse files
committed
config: add toml dependency
Also only pin sysfs_gpio to the major version (semantic). Signed-off-by: Paul Osborne <[email protected]>
1 parent 1b0cfee commit c72bbbb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cargo.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ version = "0.1.0"
44
authors = ["Paul Osborne <[email protected]>"]
55

66
[dependencies]
7-
sysfs_gpio = "0.4.0"
7+
sysfs_gpio = "0.4"
88
clap = "2.2"
9+
toml = "0.1"
910

1011
[[bin]]
1112
name = "gpio"

0 commit comments

Comments
 (0)