aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
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.