Update bootloader to v0.9.3

This commit is contained in:
Philipp Oppermann
2020-05-20 14:03:59 +02:00
parent 46264d08ca
commit b1bf0873ce
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -9,6 +9,6 @@ dependencies = [
[[package]]
name = "bootloader"
version = "0.8.8"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3ed4f735c4e455ba86a3d2939b1c0729414153642106c9d035693355630a42c"
checksum = "44ac0bdf4930c3c4d7f0d04eb6f15d7dcb9d5972b1ff9cd2bee0128112260fc7"

View File

@@ -5,4 +5,4 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"
[dependencies]
bootloader = "0.8.0"
bootloader = "0.9.3"