Skip to content

Commit

Permalink
2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Jul 5, 2016
1 parent 10e5e24 commit 455d86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notify"
version = "2.6.1"
version = "2.6.2"
authors = [
"Félix Saparelli <me@passcod.name>",
"Jorge Israel Peña <jorge.israel.p@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _Cross-platform filesystem notification library for Rust._

```toml
[dependencies]
notify = "^2.6.1"
notify = "2.6.2"
```

## Usage
Expand All @@ -40,7 +40,7 @@ fn watch() -> notify::Result<()> {
// Add a path to be watched. All files and directories at that path and
// below will be monitored for changes.
try!(watcher.watch("/home/test/notify"));

// This is a simple loop, but you may want to use more complex logic here,
// for example to handle I/O.
loop {
Expand Down

0 comments on commit 455d86d

Please sign in to comment.