File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 44 toolchain :
55 description : ' Rust toolchain version'
66 required : false
7- # FIXME: set to nightly when https://github.com/rust-lang/rust/issues/145652
8- default : ' nightly-2025-08-18'
7+ default : ' nightly'
98 wasm-bindgen-version :
109 description : ' wasm-bindgen-cli version'
1110 required : false
Original file line number Diff line number Diff line change 4949 # - ./github/workflows/docs.yaml
5050 # - ./github/workflows/fmt.yaml
5151 # - ./github/workflows/lint.yaml
52- toolchain : nightly-2025-08-18
52+ toolchain : nightly
5353
5454 - name : Build documentation
5555 run : make docs-build
@@ -108,7 +108,7 @@ jobs:
108108 # - ./github/workflows/docs.yaml
109109 # - ./github/workflows/fmt.yaml
110110 # - ./github/workflows/lint.yaml
111- toolchain : nightly-2025-08-18
111+ toolchain : nightly
112112
113113 - name : Build documentation
114114 run : make docs-build
Original file line number Diff line number Diff line change 1919 # - ./github/workflows/docs.yaml
2020 # - ./github/workflows/fmt.yaml
2121 # - ./github/workflows/lint.yaml
22- toolchain : nightly-2025-08-18
22+ toolchain : nightly
2323 components : rustfmt
2424 cache-prefix : format-nightly-v0
2525 - uses : taiki-e/install-action@v2
Original file line number Diff line number Diff line change 5555 # - ./github/workflows/docs.yaml
5656 # - ./github/workflows/fmt.yaml
5757 # - ./github/workflows/lint.yaml
58- toolchain : [nightly-2025-08-18 ]
58+ toolchain : [nightly]
5959 ocaml_version : [4.14.2]
6060 steps :
6161 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 66# - ./github/workflows/docs.yaml
77# - ./github/workflows/fmt.yaml
88# - ./github/workflows/lint.yaml
9- NIGHTLY_RUST_VERSION = "nightly-2025-08-18 "
9+ NIGHTLY_RUST_VERSION = "nightly"
1010
1111# Docker
1212DOCKER_ORG ?= o1labs
You can’t perform that action at this time.
0 commit comments