File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " redhook"
3
- version = " 1 .0.0"
3
+ version = " 2 .0.0"
4
4
authors = [
" Geoffrey Thomas <[email protected] >" ]
5
5
description = " Dynamic function call interposition / hooking (LD_PRELOAD) for Rust"
6
6
repository = " https://github.com/geofft/redhook"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and configure your library to build as a `dylib`:
9
9
10
10
``` toml
11
11
[dependencies ]
12
- redhook = " 1 .0"
12
+ redhook = " 2 .0"
13
13
14
14
[lib ]
15
15
name = " mylib"
@@ -65,4 +65,6 @@ borrow heavily from concepts in @Kimundi's
65
65
redhook is free software, available under the terms of the
66
66
[ 2-clause BSD license] ( COPYING ) .
67
67
68
+ Minimum supported Rust version: ** 1.32**
69
+
68
70
[ ![ Build Status] ( https://travis-ci.org/geofft/redhook.svg?branch=master )] ( https://travis-ci.org/geofft/redhook )
You can’t perform that action at this time.
0 commit comments