Skip to content

Commit 2c7aede

Browse files
author
Sandra ter Maat
committed
set version number
1 parent eeff752 commit 2c7aede

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- Fixed the nvmc erase procedure on nRF91 & nRF53 ([#387])
6+
- Added support for the nrf5340-net-core.
67

78
## [0.15.0]
89

nrf5340-net-hal/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf5340-net-hal"
3-
version = "0.1.0"
3+
version = "0.15.0"
44
description = "HAL for nRF5340 net SoC"
55
readme = "../README.md"
66

@@ -22,6 +22,7 @@ nrf5340-net-pac = "0.11.0"
2222
path = "../nrf-hal-common"
2323
default-features = false
2424
features = ["5340-net"]
25+
version = "=0.15.0"
2526

2627
[dependencies.embedded-hal]
2728
features = ["unproven"]

nrf5340-net-hal/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![no_std]
2-
#![doc(html_root_url = "https://docs.rs/nrf5340-net-hal/0.1.0")]
2+
#![doc(html_root_url = "https://docs.rs/nrf5340-net-hal/0.15.0")]
33

44
use embedded_hal as hal;
55
pub use nrf_hal_common::*;

0 commit comments

Comments
 (0)