Skip to content

Commit

Permalink
Merge pull request #23 from sirh3e/main
Browse files Browse the repository at this point in the history
updated the version to match the release version of 0.6
  • Loading branch information
jmg-duarte authored Dec 2, 2024
2 parents 37a3245 + dec8354 commit 8bd11ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ as described in the Rust API Guidelines [[1](https://rust-lang.github.io/api-gui

```toml
[dependencies]
sealed = "0.5"
sealed = "0.6"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! sealed = "0.5"
//! sealed = "0.6"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit 8bd11ea

Please sign in to comment.