Skip to content

Commit bcc7601

Browse files
committed
Merge branch 'release/0.3.1'
2 parents 531a999 + 50316f5 commit bcc7601

File tree

3 files changed

+29
-24
lines changed

3 files changed

+29
-24
lines changed

Cargo.lock

+26-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autojump"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Wang Xuerui <git@xen0n.name>"]
55
description = "A Rust port and drop-in replacement of autojump"
66
repository = "https://github.com/xen0n/autojump-rs"
@@ -15,8 +15,7 @@ nightly = []
1515

1616

1717
[dependencies]
18-
# atomicwrites = "0.1.3"
19-
atomicwrites = { git = "https://github.com/xen0n/rust-atomicwrites", branch = "feature/update-nix" }
18+
atomicwrites = "0.1.4"
2019
docopt = "0.8.1"
2120
regex = "0.2"
2221
serde = "1.0.19"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ pub use self::config::*;
2323
pub const VERSION_TRACK: &'static str = "22.5.0";
2424

2525
/// The library's version.
26-
pub const VERSION: &'static str = "0.3.0";
26+
pub const VERSION: &'static str = "0.3.1";

0 commit comments

Comments
 (0)