Skip to content

Commit f85f5bd

Browse files
bors[bot]eldruin
andauthored
Merge #253
253: [0.2.x] Use nb version 0.1.3 for compatibility with nb 1.0 r=ryankurte a=eldruin With `nb` < `0.1.3` other crates cannot use `nb` `1.0` as the types will not match. A new release of 0.2.x including this would be good. Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 6d360d6 + cb03917 commit f85f5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default-features = false
1818
version = "1.0.2"
1919

2020
[dependencies.nb]
21-
version = "0.1.1"
21+
version = "0.1.3"
2222

2323
[dev-dependencies]
2424
stm32f30x = "0.8.0"

0 commit comments

Comments
 (0)