Skip to content

Commit

Permalink
remove std for num_enum
Browse files Browse the repository at this point in the history
  • Loading branch information
axoulc committed Oct 16, 2024
1 parent 3bc3ed8 commit 3f96dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
44 changes: 1 addition & 43 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vcnl36825t-rs"
version = "0.1.1"
version = "0.1.2"
authors = ["Axel Chabot <[email protected]>"]
categories = ["embedded", "no-std", "hardware-support"]
keywords = ["proximity-sensor", "vcnl36825t"]
Expand All @@ -14,4 +14,4 @@ edition = "2021"
[dependencies]
device-driver = "0.7.0"
embedded-hal = "1.0.0"
num_enum = "0.7.3"
num_enum = { version = "0.7.3", default_features = false }

0 comments on commit 3f96dd3

Please sign in to comment.