Skip to content

Commit 462e79f

Browse files
committed
Release 2.0.0 (only breaking change is MSRV bump)
1 parent 36b8b25 commit 462e79f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redhook"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
authors = ["Geoffrey Thomas <[email protected]>"]
55
description = "Dynamic function call interposition / hooking (LD_PRELOAD) for Rust"
66
repository = "https://github.com/geofft/redhook"

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and configure your library to build as a `dylib`:
99

1010
```toml
1111
[dependencies]
12-
redhook = "1.0"
12+
redhook = "2.0"
1313

1414
[lib]
1515
name = "mylib"
@@ -65,4 +65,6 @@ borrow heavily from concepts in @Kimundi's
6565
redhook is free software, available under the terms of the
6666
[2-clause BSD license](COPYING).
6767

68+
Minimum supported Rust version: **1.32**
69+
6870
[![Build Status](https://travis-ci.org/geofft/redhook.svg?branch=master)](https://travis-ci.org/geofft/redhook)

0 commit comments

Comments
 (0)