Skip to content

Commit

Permalink
fix and bump various versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Dec 30, 2016
1 parent 603013e commit 9c19b24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
snap = "0.1"
snap = "0.2"
```

and this to your crate root:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ simply add it as a dependency to your `Cargo.toml`:
```ignore
[dependencies]
snap = "0.1"
snap = "0.2"
```
and add `extern crate snap;` to your crate root.
Expand Down
2 changes: 1 addition & 1 deletion szip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "szip"
docopt = "0.6"
filetime = "0.1"
rustc-serialize = "0.3"
snap = { path = "..", version = "0.1" }
snap = { path = "..", version = "0.2" }

[profile.release]
debug = true

0 comments on commit 9c19b24

Please sign in to comment.