Skip to content

Commit b9daac4

Browse files
committed
Update version referenced in docs/example
1 parent 8af3bdb commit b9daac4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following to your Cargo.toml:
2222

2323
```toml
2424
[dependencies]
25-
lain = "0.1"
25+
lain = "0.2"
2626
```
2727

2828
### Example Usage

Diff for: crates-io.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following to your Cargo.toml:
2222

2323
```toml
2424
[dependencies]
25-
lain = "0.1"
25+
lain = "0.2"
2626
```
2727

2828
### Example Usage

Diff for: examples/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: examples/example_fuzzer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Lain Dev"]
55
edition = "2018"
66

77
[dependencies]
8-
lain = { version = "0.1", path = "../../lain" }
8+
lain = { version = "0.2", path = "../../lain" }
99
ctrlc = "3.1"

Diff for: lain/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//!
2121
//! ```toml
2222
//! [dependencies]
23-
//! lain = "0.1"
23+
//! lain = "0.2"
2424
//! ```
2525
//!
2626
//! ## Example Usage

0 commit comments

Comments
 (0)