Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
chore: Correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 27, 2018
1 parent 167ef16 commit ca61517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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 = "cargo-tarball"
version = "0.1.0"
version = "0.0.1"
description = "A cargo subcommand for bundling prebuilt binaries."
authors = ["Ed Page <[email protected]"]
license = "MIT OR Apache-2.0"
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@

## Install

Add to your `Cargo.toml`:

```toml
[dependencies]
cargo-tarball = "0.1"
```bash
cargo install cargo-tarball
```

## License
Expand Down

0 comments on commit ca61517

Please sign in to comment.