Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 26, 2020
1 parent 08646c9 commit 949f5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "paste"
version = "0.1.18"
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ including using pasted identifiers to define new items.

```toml
[dependencies]
paste = "0.1"
paste = "1.0"
```

This approach works with any Rust compiler 1.31+.
Expand Down

0 comments on commit 949f5cc

Please sign in to comment.