Skip to content

Commit 3a0063a

Browse files
committed
Release 0.3.7
1 parent 8e55144 commit 3a0063a

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntapi"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
authors = ["MSxDOS <melcodos@gmail.com>"]
55
description = "FFI bindings for Native API"
66
license = "Apache-2.0 OR MIT"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# ntapi [![AppVeyor][appveyor_badge]][appveyor_link] [![Travis][travis_badge]][travis_link] [![Crates.io][crates_badge]][crates_link] [![Documentation][docs_badge]][docs_link] [![Lines of Code][loc_badge]][loc_link] [![Unsafe][unsafe_badge]][unsafe_link]
1+
# ntapi [![AppVeyor][appveyor_badge]][appveyor_link] [![Crates.io][crates_badge]][crates_link] [![Documentation][docs_badge]][docs_link] [![Lines of Code][loc_badge]][loc_link] [![Unsafe][unsafe_badge]][unsafe_link]
22

33
Rust FFI bindings for Native API. Mostly based on Process Hacker [phnt](https://github.com/processhacker/processhacker/tree/master/phnt) headers as the most complete source of bindings to be found. The comments there also contain useful information on how to use specific things.
44

55
### Minimum supported Rust
66
Always the latest stable. Some [features][docs_link] require a beta compiler.
77

8-
[travis_link]: https://travis-ci.org/MSxDOS/ntapi
9-
[travis_badge]: https://travis-ci.org/MSxDOS/ntapi.svg?branch=master
108
[appveyor_link]: https://ci.appveyor.com/project/MSxDOS/ntapi
119
[appveyor_badge]: https://ci.appveyor.com/api/projects/status/i1fcmm0c5b7c6b6u/branch/master?svg=true
1210
[crates_link]: https://crates.io/crates/ntapi

0 commit comments

Comments
 (0)