Skip to content

Commit 11ffffd

Browse files
committed
[Release] Prepare 0.2.2
1 parent 60ecf5c commit 11ffffd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "static_assertions"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Nikolai Vazquez"]
55
license = "MIT/Apache-2.0"
66
homepage = "https://github.com/nvzqz/static-assertions-rs"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ following to your project's `Cargo.toml`:
1111

1212
```toml
1313
[dependencies]
14-
static_assertions = "0.2.1"
14+
static_assertions = "0.2.2"
1515
```
1616

1717
and this to your crate root:

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//! ```toml
99
//! [dependencies]
10-
//! static_assertions = "0.2.1"
10+
//! static_assertions = "0.2.2"
1111
//! ```
1212
//!
1313
//! and this to your crate root:

0 commit comments

Comments
 (0)