File tree Expand file tree Collapse file tree 9 files changed +0
-27
lines changed Expand file tree Collapse file tree 9 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41* @ model-checking/kani-devs
Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
52
63version : 2
Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41# This workflow is responsible for building and releasing the book.
52
63name : Build Book
Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41# This workflow is responsible for verifying the standard library with Kani.
52
63name : Kani
6259 run : |
6360 kani verify-std -Z unstable-options ./library --target-dir ${{ runner.temp }} -Z function-contracts \
6461 -Z mem-predicates -Z ptr-to-ref-cast-checks
65-
Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41# This workflow is responsible for building the standard library using the bootstrap script
52# and executing the Rust regression.
63
Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41# # File system
52.DS_Store
63desktop.ini
Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
31[book ]
42title = " Verify Rust Std Lib"
53description = " How & What?"
Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41[package ]
52name = " safety"
63version = " 0.1.0"
Original file line number Diff line number Diff line change 1- # Copyright Kani Contributors
2- # SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41# This version should be updated whenever we update the version of the Rust
52# standard library we currently track.
63
You can’t perform that action at this time.
0 commit comments