Skip to content

Commit

Permalink
Bump version. 0.1.2 had an incorrect test, which was in working direc…
Browse files Browse the repository at this point in the history
…tory but never committed.
  • Loading branch information
Sgeo committed Feb 22, 2016
1 parent a34df64 commit d0938c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "take_mut"
version = "0.1.2"
version = "0.1.3"
authors = ["Sgeo <sgeoster@gmail.com>"]
license = "MIT"
homepage = "https://github.com/Sgeo/take_mut"
repository = "https://github.com/Sgeo/take_mut"
description = "Take a T from a &mut T temporarily"
documentation = "https://crates.fyi/crates/take_mut/0.1.2/"
documentation = "https://crates.fyi/crates/take_mut/0.1.3/"

0 comments on commit d0938c4

Please sign in to comment.