File tree 9 files changed +0
-27
lines changed
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
-
4
1
* @ 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
-
4
1
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
2
6
3
version : 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
-
4
1
# This workflow is responsible for building and releasing the book.
5
2
6
3
name : 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
-
4
1
# This workflow is responsible for verifying the standard library with Kani.
5
2
6
3
name : Kani
62
59
run : |
63
60
kani verify-std -Z unstable-options ./library --target-dir ${{ runner.temp }} -Z function-contracts \
64
61
-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
-
4
1
# This workflow is responsible for building the standard library using the bootstrap script
5
2
# and executing the Rust regression.
6
3
Original file line number Diff line number Diff line change 1
- # Copyright Kani Contributors
2
- # SPDX-License-Identifier: Apache-2.0 OR MIT
3
-
4
1
# # File system
5
2
.DS_Store
6
3
desktop.ini
Original file line number Diff line number Diff line change 1
- # Copyright Kani Contributors
2
- # SPDX-License-Identifier: Apache-2.0 OR MIT
3
1
[book ]
4
2
title = " Verify Rust Std Lib"
5
3
description = " 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
-
4
1
[package ]
5
2
name = " safety"
6
3
version = " 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
-
4
1
# This version should be updated whenever we update the version of the Rust
5
2
# standard library we currently track.
6
3
You can’t perform that action at this time.
0 commit comments