Skip to content

Commit e3d0a47

Browse files
committed
Bump to version 0.1.2
1 parent c4617f9 commit e3d0a47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rs-git-fsmonitor"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jason Gavris <[email protected]>", "Matt Kline <[email protected]>"]
55
edition = "2018"
66

Formula/rs-git-fsmonitor.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class RsGitFsmonitor < Formula
22
desc "Git fsmonitor hook written in Rust"
33
homepage "https://github.com/jgavris/rs-git-fsmonitor"
44

5-
url "https://github.com/jgavris/rs-git-fsmonitor/releases/download/v0.1.1/rs-git-fsmonitor"
6-
sha256 "4faf1723ea75a76e0dd6187d5a3e9074fd5e93dd13f1024843d4ed256ff689e8"
5+
url "https://github.com/jgavris/rs-git-fsmonitor/releases/download/v0.1.2/rs-git-fsmonitor"
6+
sha256 "69321d0b40b9adcc10b495190d63096e51c6506b2d94bc27395848223a06bf21"
77

88
depends_on "watchman"
99

0 commit comments

Comments
 (0)