Skip to content

Commit

Permalink
Merge pull request #10 from JadKHaddad/chore/version
Browse files Browse the repository at this point in the history
Update crate version to 0.2.0
  • Loading branch information
JadKHaddad authored Aug 31, 2024
2 parents 672abe4 + bacd864 commit 342c86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tm1637/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "tm1637-embedded-hal"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Jad K. Haddad <[email protected]>"]
description = "A platform agnostic driver to interface with the TM1637 (4-digit 7-segment LED display) using embedded-hal."
description = "A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal."
repository = "https://github.com/JadKHaddad/tm1637"
license = "MIT OR Apache-2.0"
keywords = ["tm1637", "embedded-hal", "no-std", "embedded"]
Expand Down

0 comments on commit 342c86d

Please sign in to comment.