Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoo90 committed Jul 16, 2015
1 parent edab6e7 commit 75ff639
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "winreg"
version = "0.3.0"
version = "0.3.1"
authors = ["Igor Shaula <[email protected]>"]
license = "MIT"
description = "Rust bindings to MS Windows Registry API"
Expand All @@ -9,8 +9,8 @@ readme = "README.md"
keywords = ["Windows", "WinSDK", "Registry"]

[dependencies]
winapi = "0.1.20"
kernel32-sys = "0.1.0"
winapi = "0.2.0"
kernel32-sys = "0.1.2"
advapi32-sys = "0.1.1"
ktmw32-sys = "0.1.0"
rustc-serialize = "0.3.14"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ fn main() {

## Changelog

### 0.3.1

* Fix: bump `winapi` version to fix build

### 0.3.0

* Add transactions support and make serialization transacted
Expand Down

0 comments on commit 75ff639

Please sign in to comment.