Skip to content

Commit

Permalink
[Release] Prepare v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Aug 13, 2017
1 parent fbc65ae commit 40d2c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "static_assertions"
version = "0.2.0"
version = "0.2.1"
authors = ["Nikolai Vazquez"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/nvzqz/static-assertions-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ following to your project's `Cargo.toml`:

```toml
[dependencies]
static_assertions = "0.2.0"
static_assertions = "0.2.1"
```

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 @@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
//! static_assertions = "0.2.0"
//! static_assertions = "0.2.1"
//! ```
//!
//! and this to your crate root:
Expand Down

0 comments on commit 40d2c9a

Please sign in to comment.