Skip to content

Commit 8bd11ea

Browse files
authored
Merge pull request #23 from sirh3e/main
updated the version to match the release version of 0.6
2 parents 37a3245 + dec8354 commit 8bd11ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ as described in the Rust API Guidelines [[1](https://rust-lang.github.io/api-gui
1111

1212
```toml
1313
[dependencies]
14-
sealed = "0.5"
14+
sealed = "0.6"
1515
```
1616

1717
## Example

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//!
1010
//! ```toml
1111
//! [dependencies]
12-
//! sealed = "0.5"
12+
//! sealed = "0.6"
1313
//! ```
1414
//!
1515
//! ## Example

0 commit comments

Comments
 (0)