Skip to content

Commit

Permalink
available on crates.io (#20)
Browse files Browse the repository at this point in the history
* available on crates.io

* space
  • Loading branch information
asiniscalchi authored Feb 20, 2024
1 parent a75f3ba commit 879c58b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 879c58b

Please sign in to comment.