We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9547a6 commit 944cd48Copy full SHA for 944cd48
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "static_assertions"
3
-version = "0.1.1"
+version = "0.2.0"
4
authors = ["Nikolai Vazquez"]
5
license = "MIT/Apache-2.0"
6
homepage = "https://github.com/nvzqz/static-assertions-rs"
README.md
@@ -11,7 +11,7 @@ following to your project's `Cargo.toml`:
11
12
```toml
13
[dependencies]
14
-static_assertions = "0.1"
+static_assertions = "0.2.0"
15
```
16
17
and this to your crate root:
src/lib.rs
@@ -7,7 +7,7 @@
7
//!
8
//! ```toml
9
//! [dependencies]
10
-//! static_assertions = "0.1"
+//! static_assertions = "0.2.0"
//! ```
//! and this to your crate root:
0 commit comments