From e9c6e6e8e3f246fb598838b9b0488e29f864fcf6 Mon Sep 17 00:00:00 2001 From: OpenByte Date: Fri, 8 Jul 2022 02:11:01 +0200 Subject: [PATCH] Fix crate versions in docs --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 271be9d..070f4c4 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Cargo.toml: ```toml [dependencies] -dlopen2 = "0.3" +dlopen2 = "0.4" ``` ## Documentation diff --git a/src/lib.rs b/src/lib.rs index 85ea025..3b3d876 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -71,7 +71,7 @@ Cargo.toml: ```toml [dependencies] -dlopen2 = "0.1" +dlopen2 = "0.4" ``` # Documentation