Skip to content

Commit

Permalink
update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ost-ing committed Jul 15, 2024
1 parent 8991074 commit 14b3a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "rotary-encoder-embedded"
version = "0.3.0"
authors = ["Oliver Stenning <code@ostenning.com>"]
version = "0.3.1"
authors = ["Oliver <[email protected].com>"]
edition = "2018"
description = "A rotary-encoder library built with embedded-hal"
keywords = ["embedded-hal", "rotary-encoder", "rotary", "encoder"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ostenning/rotary-encoder-embedded"
repository = "https://github.com/ost-ing/rotary-encoder-embedded"

[dependencies]
embedded-hal = { version = "0.2.7", features = ["unproven"] }
Expand Down

0 comments on commit 14b3a74

Please sign in to comment.