Skip to content

Commit 5ebdc98

Browse files
author
Ulf Lilleengen
committed
feat: afit
1 parent 622342b commit 5ebdc98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hts221-async"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -12,5 +12,5 @@ categories = [
1212
]
1313

1414
[dependencies]
15-
embedded-hal-async = "0.1.0-alpha.3"
15+
embedded-hal-async = "0.2.0-alpha.0"
1616
defmt = { version = "0.3", optional = true }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Before upgrading check that everything is available on all tier1 targets here:
22
# https://rust-lang.github.io/rustup-components-history
33
[toolchain]
4-
channel = "nightly-2022-10-25"
4+
channel = "nightly-2022-11-22"
55
components = [ "rust-src", "rustfmt"]
66
targets = [ "thumbv7em-none-eabi" ]

0 commit comments

Comments
 (0)