We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622342b commit 5ebdc98Copy full SHA for 5ebdc98
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hts221-async"
3
-version = "0.1.1"
+version = "0.2.0"
4
edition = "2021"
5
license = "Apache-2.0"
6
readme = "README.md"
@@ -12,5 +12,5 @@ categories = [
12
]
13
14
[dependencies]
15
-embedded-hal-async = "0.1.0-alpha.3"
+embedded-hal-async = "0.2.0-alpha.0"
16
defmt = { version = "0.3", optional = true }
rust-toolchain.toml
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
-channel = "nightly-2022-10-25"
+channel = "nightly-2022-11-22"
components = [ "rust-src", "rustfmt"]
targets = [ "thumbv7em-none-eabi" ]
0 commit comments