mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Pin nightly for Netlify
This commit is contained in:
parent
ac653dd8c4
commit
2c97e94e1e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[build]
|
||||
command = "rustup install nightly --profile minimal && cargo +nightly doc --all-features --no-deps -Zunstable-options -Zrustdoc-scrape-examples=examples && cp -r target/doc _netlify_out"
|
||||
command = "rustup install nightly-2022-02-02 --profile minimal && cargo +nightly doc --all-features --no-deps -Zunstable-options -Zrustdoc-scrape-examples=examples && cp -r target/doc _netlify_out"
|
||||
publish = "_netlify_out"
|
||||
|
||||
[build.environment]
|
||||
|
|
Loading…
Reference in a new issue