Skip to content

Commit d0938c4

Browse files
committed
Bump version. 0.1.2 had an incorrect test, which was in working directory but never committed.
1 parent a34df64 commit d0938c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "take_mut"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Sgeo <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/Sgeo/take_mut"
77
repository = "https://github.com/Sgeo/take_mut"
88
description = "Take a T from a &mut T temporarily"
9-
documentation = "https://crates.fyi/crates/take_mut/0.1.2/"
9+
documentation = "https://crates.fyi/crates/take_mut/0.1.3/"

0 commit comments

Comments
 (0)