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 May 6, 2019
1 parent b2ac097 commit 1a26415
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 = "trybuild"
version = "0.0.0"
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 @@ -28,7 +28,7 @@ misuse of non-macro APIs.

```toml
[dev-dependencies]
trybuild = "0.0"
trybuild = "1.0"
```

*Compiler support: requires rustc 1.33+*
Expand Down

0 comments on commit 1a26415

Please sign in to comment.