Skip to content

Commit d5d3358

Browse files
Merge pull request #353 from rustwasm/rustc-version-check
feat(build): add rustc check
2 parents 69982de + 0c696e2 commit d5d3358

File tree

6 files changed

+131
-70
lines changed

6 files changed

+131
-70
lines changed

Cargo.lock

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ visiting that repo!
2424

2525
## 🔮 Prerequisities
2626

27+
This project requires Rust 1.30.0 or later.
28+
2729
- [Development Environment](https://rustwasm.github.io/wasm-pack/book/prerequisites/index.html)
2830
- [Installation](https://rustwasm.github.io/wasm-pack/installer)
2931
- [Project Setup](https://rustwasm.github.io/wasm-pack/book/project-setup/index.html)

0 commit comments

Comments
 (0)