From 36a11220106c052864235eebf144d4f15531dcb3 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 27 Nov 2022 17:51:50 -0600 Subject: fix some docs/examples --- azalea/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/src') diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 7c9c660b..05d92f33 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -15,7 +15,7 @@ //! Latest bleeding-edge version: //! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`\ //! Latest "stable" release: -//! `azalea = "0.3"` +//! `azalea = "0.6"` //! //! ## Optimization //! @@ -28,7 +28,7 @@ //! ```toml //! [profile.dev] //! opt-level = 1 -//! [profile.dev.package."*""] +//! [profile.dev.package."*"] //! opt-level = 3 //! ``` //! to your Cargo.toml. You may have to install the LLD linker. -- cgit v1.2.3