diff options
author | Jacob Rosenthal <jacobrosenthal@gmail.com> | 2020-09-12 13:38:04 -0700 |
---|---|---|
committer | Jacob Rosenthal <jacobrosenthal@gmail.com> | 2020-09-12 13:38:04 -0700 |
commit | eb82c0723861b4ae78b0ae318f7f4e5e63b95a17 (patch) | |
tree | 433b182d97e79c016a91b640d1e00f87da3bd8cb | |
parent | 52329d22febd6f19a63ab398de1dbc2a228ee3d9 (diff) | |
download | nrf-softdevice-eb82c0723861b4ae78b0ae318f7f4e5e63b95a17.zip |
vscode
-rw-r--r-- | .cargo/config (renamed from example/.cargo/config) | 0 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | rust-toolchain | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/example/.cargo/config b/.cargo/config index 3f319ae..3f319ae 100644 --- a/example/.cargo/config +++ b/.cargo/config @@ -1,7 +1,5 @@ -cargo-features = ["resolver"] [workspace] -resolver = "2" members = [ "nrf-softdevice", "nrf-softdevice-mbr", diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000..07ade69 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly
\ No newline at end of file |