Skip to content

Commit

Permalink
Release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 23, 2017
1 parent 78d72a3 commit 6951ab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "jni-sys"
version = "0.2.4"
version = "0.2.5"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Rust definitions corresponding to jni.h"
repository = "https://github.com/sfackler/rust-jni-sys"
documentation = "https://docs.rs/jni-sys/0.2.4/jni_sys"
documentation = "https://docs.rs/jni-sys/0.2.5/jni_sys"
readme = "README.md"
categories = ["external-ffi-bindings"]
keywords = ["java", "jni"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url="https://docs.rs/jni-sys/0.2.4")]
#![doc(html_root_url="https://docs.rs/jni-sys/0.2.5")]
#![allow(non_snake_case, non_camel_case_types)]

use std::os::raw::c_void;
Expand Down

0 comments on commit 6951ab5

Please sign in to comment.