Skip to content

Commit

Permalink
update embedded-hal dependency to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 24, 2024
1 parent b8aafd4 commit 030919b
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 96 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lis2dh12"
version = "0.6.9"
version = "0.7.0"
authors = ["Tomas Kukosa <tkeksa@gmail.com>"]
repository = "https://github.com/tkeksa/lis2dh12"
documentation = "https://docs.rs/lis2dh12"
Expand All @@ -24,13 +24,13 @@ out_f32 = ["num-traits", "num-derive"]

[dependencies]
accelerometer = "0.12.0"
embedded-hal = "0.2.7"
embedded-hal = "1"
cast = {version = "0.3.0", default-features = false }
num-traits = { version = "0.2.17", optional = true, default-features = false }
num-derive = { version = "0.4.1", optional = true }

[dev-dependencies]
embedded-hal-mock = "0.9.0"
embedded-hal-mock = "0.11.1"

[profile.release]
lto = true
Loading

0 comments on commit 030919b

Please sign in to comment.