From 311feece1e61bf15e0b1a6900493abc306ec3a61 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Fri, 2 Feb 2024 10:56:18 +0100 Subject: [PATCH 1/2] available on crates.io --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 83dc4fe..f9c00fe 100644 --- a/README.md +++ b/README.md @@ -125,17 +125,7 @@ cannot use [`From`] as we have less fractional bits, so we use ## Using the *substrate-fixed* crate -The *substrate-fixed* crate isn't available on [crates.io] yet. To use -it in your crate, add it as a *git* dependency inside [*Cargo.toml*]: - -```toml -[dependencies.fixed] -default-features = false -git = "https://github.com/encointer/substrate-fixed" -package = "substrate-fixed" -``` - -The *substrate-fixed* crate requires rustc version 1.39.0 or later. +The *substrate-fixed* is available on [crates.io](https://crates.io/crates/substrate-fixed). ## Optional features From 2356ddc985c4e98a8c0ceb3b1f55571ab83697e7 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Fri, 2 Feb 2024 11:06:01 +0100 Subject: [PATCH 2/2] space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c00fe..fbe6547 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ cannot use [`From`] as we have less fractional bits, so we use ## Using the *substrate-fixed* crate -The *substrate-fixed* is available on [crates.io](https://crates.io/crates/substrate-fixed). +The *substrate-fixed* is available on [crates.io](https://crates.io/crates/substrate-fixed). ## Optional features