Skip to content

Commit

Permalink
update to embedded-hal = "1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andresv committed Jan 5, 2024
1 parent 0d066fe commit 7a070ed
Showing 1 changed file with 3 additions and 3 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 = "si70xx"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Andres Vahter <andres@vahter.me>"]
repository = "https://github.com/andresv/si70xx.git"
Expand All @@ -19,5 +19,5 @@ async = ["dep:embedded-hal-async"]
si7013 = []

[dependencies]
embedded-hal = "1.0.0-rc.1"
embedded-hal-async = { version = "=1.0.0-rc.1", optional = true }
embedded-hal = "1.0.0-rc.3"
embedded-hal-async = { version = "=1.0.0-rc.3", optional = true }

0 comments on commit 7a070ed

Please sign in to comment.