Skip to content

Commit 3b906a5

Browse files
committed
Bump version to 0.4.0
1 parent 71fe985 commit 3b906a5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "preferences"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]
55

66
description = "Read and write user-specific application data (in stable Rust)"
@@ -11,6 +11,7 @@ keywords = ["preferences", "user", "data", "persistent", "storage"]
1111
license = "MIT"
1212

1313
[dependencies]
14+
# TODO conditional dependencies once Rust 1.8.0 hits stable
1415
rustc-serialize = "^0.3.18"
1516
winapi = "^0.2.5"
1617
ole32-sys = "^0.2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ _Read and write user-specific application data in Rust_
1111
## Installation
1212
Add the following to your `Cargo.toml`:
1313

14-
`preferences = "^0.3.0"`
14+
`preferences = "^0.4.0"`

0 commit comments

Comments
 (0)