Skip to content

Commit

Permalink
Minor dependencies update and add Robin Mueller as co-author
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeksa committed Oct 1, 2024
1 parent 4f00b90 commit bf6f2c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lis2dh12"
version = "0.7.0"
authors = ["Tomas Kukosa <tkeksa@gmail.com>"]
authors = ["Tomas Kukosa <tkeksa@gmail.com>", "Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
repository = "https://github.com/tkeksa/lis2dh12"
documentation = "https://docs.rs/lis2dh12"
license = "Apache-2.0 OR MIT"
Expand All @@ -24,10 +24,10 @@ out_f32 = ["num-traits", "num-derive"]

[dependencies]
accelerometer = "0.12.0"
embedded-hal = "1"
embedded-hal = "1.0.0"
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 }
num-traits = { version = "0.2.19", optional = true, default-features = false }
num-derive = { version = "0.4.2", optional = true }

[dev-dependencies]
embedded-hal-mock = "0.11.1"
Expand Down

0 comments on commit bf6f2c0

Please sign in to comment.