Skip to content

Commit c2bfcd1

Browse files
author
Jonathan Pallant (42 Technology)
committed
Don't let Rust pick 1.6.x in place of 1.5.x.
NCS releases are not semantically versioned and a 1.6.x might include breaking changes, so we don't want to pick it up automatically.
1 parent 3241df3 commit c2bfcd1

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
@@ -15,4 +15,4 @@ cortex-m = "0.6"
1515
heapless = "0.7"
1616
linked_list_allocator = { version="0.9.0", default-features=false, features=["use_spin"] }
1717
log = "0.4"
18-
nrfxlib-sys = "1.5.1"
18+
nrfxlib-sys = "=1.5.1"

0 commit comments

Comments
 (0)