From 8f1571c8585bb8bfb0f7122557552af8d86fa41a Mon Sep 17 00:00:00 2001 From: lyte Date: Wed, 9 Nov 2022 17:57:57 +0100 Subject: [PATCH] update version to 0.1.1 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a8a2819..9482cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "applevisor" -version = "0.1.0" +version = "0.1.1" authors = ["lyte "] edition = "2021" description = "Rust bindings for the Apple Silicon Hypervisor Framework" diff --git a/README.md b/README.md index ad91fe6..cdb3603 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Create a Rust project and add Applevisor as a dependency in `Cargo.toml`. You ca ```toml # Check which version is the latest, this part of the README might not be updated # in future releases. -applevisor = "0.1.0" +applevisor = "0.1.1" ``` ... or directly from the GitHub repository. diff --git a/src/lib.rs b/src/lib.rs index bc2f19a..437df79 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -38,7 +38,7 @@ //! ```toml //! # Check which version is the latest, this part of the README might not be updated //! # in future releases. -//! applevisor = "0.1.0" +//! applevisor = "0.1.1" //! ``` //! //! ... or directly from the GitHub repository.