Skip to content

Commit 17a3945

Browse files
committed
updated some dependencies to current versions
1 parent 46f838a commit 17a3945

File tree

5 files changed

+67
-28
lines changed

5 files changed

+67
-28
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
- Remove dead link to microbit Rust on Windows blog post in README.
1111
- Bumped MSRV to 1.81.0.
1212
- Add metadata for docs.rs
13+
- Bumped dependencies in `examples/rng-hal` to latest versions.
1314

1415
## [0.15.1] - 2024-08-05
1516

Cargo.lock

Lines changed: 63 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/magnetometer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ embedded-hal = "1.0.0"
1010
panic-halt = "1.0.0"
1111
defmt-rtt = "1.0.0"
1212
defmt = "1.0.1"
13-
lsm303agr = "1.0.0"
13+
lsm303agr = "1.1.0"
1414

1515
[dependencies.microbit]
1616
path = "../../microbit"

examples/rng-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "0.9.2"
1616

1717
[dependencies.rand_pcg]
1818
default-features = false
19-
version = "0.3.1"
19+
version = "0.9.0"
2020

2121
[dependencies.microbit]
2222
path = "../../microbit"

examples/serial-hal-blocking-echo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
cortex-m-rt = "0.7"
88
panic-halt = "1.0.0"
99
defmt-rtt = "1.0"
10-
nb = "1.0.0"
10+
nb = "1.1.0"
1111
embedded-hal = "1.0.0"
1212
embedded-io = "0.6.1"
1313

0 commit comments

Comments
 (0)