Skip to content

Commit 17b6be1

Browse files
authored
Bump version (#15)
1 parent 429125a commit 17b6be1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "netmap_sys"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
66
homepage = "http://info.iet.unipi.it/~luigi/netmap/"
77
repository = "https://github.com/libpnet/rust-netmap"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use within your own project, add:
99

1010
```
1111
[dependencies.netmap_sys]
12-
version = "0.1.1"
12+
version = "0.1.2"
1313
# Uncomment this line where you wish to use features guarded by the
1414
# NETMAP_WITH_LIBS macro in C.
1515
#features = "netmap_with_libs"

0 commit comments

Comments
 (0)