From 83ba4540096bed91a32245d0431867476ecdc4f2 Mon Sep 17 00:00:00 2001 From: hnakashima Date: Sun, 21 Jul 2024 19:19:49 +0900 Subject: [PATCH] fix: --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0b370cc..130644a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,7 +21,7 @@ //! //! ```toml //! [dependencies] -//! implied-vol = "0.2" +//! implied-vol = "0.2.2" //! ``` //! //! Then, in your code, bring the functions you need into scope with: