Skip to content

Commit 5e251fa

Browse files
authored
chore: fix rust version on README.md (#1434)
1 parent 657b6d1 commit 5e251fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ For more concrete implementation visit
141141
142142
## Developing
143143
144-
Make sure to have latest stable version of Rust installed (1.56.0).
144+
Make sure to have latest stable version of Rust installed, see
145+
[rust-toolchain.toml](./rust-toolchain.toml).
145146
146147
```shell
147148
// check version
148149
$ rustc --version
149-
rustc 1.56.0 (09c42c458 2021-10-18)
150150

151151
// build all targets
152152
$ cargo build --all-targets

0 commit comments

Comments
 (0)