Skip to content

Commit 7fa3b5a

Browse files
Bump version numbers
1 parent 654bd02 commit 7fa3b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modbus"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Falco Hirschenberger <falco.hirschenberger@gmail.com>"]
55
repository = "https://github.com/hirschenberger/modbus-rs.git"
66
homepage = "https://github.com/hirschenberger/modbus-rs.git"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add `modbus` to your `Cargo.toml` dependencies:
1212

1313
```toml
1414
[dependencies]
15-
modbus = "0.3.2"
15+
modbus = "0.3.3"
1616
```
1717

1818
Import the `modbus` crate and use it's functions:

0 commit comments

Comments
 (0)