From dec83547c5500e2d08d63adf9b8a9d0553f02059 Mon Sep 17 00:00:00 2001 From: sirh3e Date: Fri, 29 Nov 2024 21:19:33 +0100 Subject: [PATCH] updated the version to match the release version of 0.6 --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4854176..0a9d754 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/lib.rs b/src/lib.rs index 93efff3..f943ab9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! sealed = "0.5" +//! sealed = "0.6" //! ``` //! //! ## Example