Skip to content

Commit

Permalink
Dependencies updated and edition set to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeksa committed Oct 12, 2023
1 parent f712353 commit c07c582
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Cargo.lock
**/*.rs.bk

# IntelliJ Rust
*.iml
*.iml
/.idea
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lis2dh12"
version = "0.6.8"
version = "0.6.9"
authors = ["Tomas Kukosa <tkeksa@gmail.com>"]
repository = "https://github.com/tkeksa/lis2dh12"
documentation = "https://docs.rs/lis2dh12"
Expand All @@ -9,7 +9,7 @@ description = "Platform-agnostic Rust driver for the LIS2DH12 accelerometer."
readme = "README.md"
keywords = ["accelerometer", "sensor", "i2c", "driver", "embedded-hal-driver"]
categories = ["embedded", "hardware-support", "no-std"]
edition = "2018"
edition = "2021"

exclude = [
".github",
Expand All @@ -26,8 +26,8 @@ out_f32 = ["num-traits", "num-derive"]
accelerometer = "0.12.0"
embedded-hal = "0.2.7"
cast = {version = "0.3.0", default-features = false }
num-traits = { version = "0.2.15", optional = true, default-features = false }
num-derive = { version = "0.3.3", optional = true }
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"
Expand Down

0 comments on commit c07c582

Please sign in to comment.