Skip to content

Commit 1336b4a

Browse files
committed
Use newer eeprom24x driver version
1 parent 2a13139 commit 1336b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stm32f1-bluepill/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ads1x1x = "0.2"
1414
bmi160 = "0.1"
1515
ds1307 = "0.5"
1616
ds323x = "0.5"
17-
eeprom24x = "0.5"
17+
eeprom24x = "0.6"
1818
embedded-ccs811 = "0.2"
1919
hdc20xx = "0.1"
2020
iaq-core = "0.1"

stm32f3-discovery/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ads1x1x = "0.2"
1414
apds9960 = "0.1"
1515
ds1307 = "0.5"
1616
ds323x = "0.5"
17-
eeprom24x = "0.5"
17+
eeprom24x = "0.6"
1818
embedded-ccs811 = "0.2"
1919
kxcj9 = "0.2"
2020
lm75 = "0.2"

0 commit comments

Comments
 (0)