We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429125a commit 17b6be1Copy full SHA for 17b6be1
2 files changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "netmap_sys"
4
-version = "0.1.1"
+version = "0.1.2"
5
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
6
homepage = "http://info.iet.unipi.it/~luigi/netmap/"
7
repository = "https://github.com/libpnet/rust-netmap"
README.md
@@ -9,7 +9,7 @@ To use within your own project, add:
9
10
```
11
[dependencies.netmap_sys]
12
13
# Uncomment this line where you wish to use features guarded by the
14
# NETMAP_WITH_LIBS macro in C.
15
#features = "netmap_with_libs"
0 commit comments