diff options
| author | mat <github@matdoes.dev> | 2022-11-27 17:51:50 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-11-27 17:51:50 -0600 |
| commit | 36a11220106c052864235eebf144d4f15531dcb3 (patch) | |
| tree | f0898f3974ec0b56fe5953c8b79fd22cedc67ffe /azalea/src/lib.rs | |
| parent | 1a2178959d94232e96346a64785e8d8a639ab2b1 (diff) | |
| download | azalea-drasl-36a11220106c052864235eebf144d4f15531dcb3.tar.xz | |
fix some docs/examples
Diffstat (limited to 'azalea/src/lib.rs')
| -rw-r--r-- | azalea/src/lib.rs | 4 |
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. |
