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 Sep 5, 2020
1 parent 3ee3f83 commit 1e0bcf4
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 = "automod"
version = "0.2.2"
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Pull in every source file in a directory as a module."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pull in every source file in a directory as a module.

```toml
[dependencies]
automod = "0.2"
automod = "1.0"
```

## Syntax
Expand Down

0 comments on commit 1e0bcf4

Please sign in to comment.