Skip to content

Commit 8383d42

Browse files
committed
Merge pull request #13 from polachok/version-bump
Bump version
2 parents 6bd88ea + d4c4a4d commit 8383d42

2 files changed

Lines changed: 3 additions & 5 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.0"
4+
version = "0.1.1"
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: 2 additions & 4 deletions
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.0"
12+
version = "0.1.1"
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"
@@ -29,9 +29,7 @@ error: could not find native static library `rust_netmap_user`, perhaps an -L fl
2929

3030
You should check the following things:
3131

32-
1. You have clang installed
33-
* If you do not have clang installed, and do not wish to, you can modify
34-
`build.rs` to use gcc instead (untested, but it should work).
32+
1. You have gcc / clang installed
3533
2. Make sure that `/usr/include/net/netmap.h` and
3634
`/usr/include/net/netmap_user.h` both exist. If they do not, you should
3735
check your netmap installation. You can either manually add these files or

0 commit comments

Comments
 (0)