diff options
| author | Ubuntu <github@matdoes.dev> | 2022-11-12 02:04:15 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-11-12 02:04:15 +0000 |
| commit | 3530faea4e5e7e2b4b4ce31073219e615057cf33 (patch) | |
| tree | a37c0e448f4ab593473b340cbe17b85f2596ed55 /azalea | |
| parent | 4a1ec068fc13393e249853403085be6958a807a4 (diff) | |
| parent | 981105b2c09bd1effc56eb2f63d3b503260d591a (diff) | |
| download | azalea-drasl-3530faea4e5e7e2b4b4ce31073219e615057cf33.tar.xz | |
Merge branch 'main' of https://github.com/mat-1/azalea into main
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/src/lib.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 20bab405..b2d54d63 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -10,9 +10,10 @@ //! First, install Rust nightly with `rustup install nightly` and `rustup //! default nightly`. //! -//! Then, add one of the following lines to your Cargo.toml.\ +//! Then, add one of the following lines to your Cargo.toml: +//! //! Latest bleeding-edge version: -//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }` +//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`\ //! Latest "stable" release: //! `azalea = "0.3"` //! |
