Skip to content

Commit a80933d

Browse files
committed
Update version
1 parent a62ff00 commit a80933d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ieee802154"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Hanno Braun <hanno@braun-robotics.com>"]
55
edition = "2018"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Partial [Rust] implementation of the [IEEE 802.15.4] standard, which defines the
1313
Use Cargo to add this library as a dependency to your project. Add the following to you `Cargo.toml`:
1414
``` toml
1515
[dependencies]
16-
ieee802154 = "0.4"
16+
ieee802154 = "0.5"
1717
```
1818

1919
For more information, please refer to the [API Reference].

0 commit comments

Comments
 (0)