Skip to content

Commit 879c58b

Browse files
authored
available on crates.io (#20)
* available on crates.io * space
1 parent a75f3ba commit 879c58b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,7 @@ cannot use [`From`] as we have less fractional bits, so we use
125125

126126
## Using the *substrate-fixed* crate
127127

128-
The *substrate-fixed* crate isn't available on [crates.io] yet. To use
129-
it in your crate, add it as a *git* dependency inside [*Cargo.toml*]:
130-
131-
```toml
132-
[dependencies.fixed]
133-
default-features = false
134-
git = "https://github.com/encointer/substrate-fixed"
135-
package = "substrate-fixed"
136-
```
137-
138-
The *substrate-fixed* crate requires rustc version 1.39.0 or later.
128+
The *substrate-fixed* is available on [crates.io](https://crates.io/crates/substrate-fixed).
139129

140130
## Optional features
141131

0 commit comments

Comments
 (0)