Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
h4llow3En committed Apr 24, 2017
1 parent bcd7e54 commit 8619818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A simple wrapper to deliver or schedule macOS Notifications in Rust.
```toml
#Cargo.toml
[dependencies]
mac-notification-sys = "0.1.1"
mac-notification-sys = "0.1.2"
```
## Documentation
The documentation can be found [here](https://h4llow3en.github.io/mac-notification-sys/mac_notification_sys/)
Expand Down

1 comment on commit 8619818

@frewsxcv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, if you just had mac-notification-sys = "0.1" or "0.1.1" or "0.1.2", cargo will use whatever the latest "0.1.x" release anyways. "0.1" implies "^0.1"

http://doc.crates.io/specifying-dependencies.html#specifying-dependencies-from-cratesio

Please sign in to comment.