Skip to content

Commit

Permalink
feat: add SimpleBoolean for Rust (#344)
Browse files Browse the repository at this point in the history
adds Rust code expected to be generated by Dafny -> Rust for SimpleBoolean
  • Loading branch information
andrewbanchich committed May 2, 2024
1 parent f3af80c commit 17a810d
Show file tree
Hide file tree
Showing 24 changed files with 2,796 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_models_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# TestModels/SimpleTypes/BigDecimal,
# TestModels/SimpleTypes/BigInteger,
# TestModels/SimpleTypes/SimpleBlob,
# TestModels/SimpleTypes/SimpleBoolean,
TestModels/SimpleTypes/SimpleBoolean,
# TestModels/SimpleTypes/SimpleByte,
# TestModels/SimpleTypes/SimpleDouble,
# TestModels/SimpleTypes/SimpleEnum,
Expand Down
1 change: 1 addition & 0 deletions TestModels/SimpleTypes/SimpleBoolean/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ SMITHY_DEPS=dafny-dependencies/Model/traits.smithy
# This project has no dependencies
# DEPENDENT-MODELS:=

RUST_SRC_INDEX=src_for_rust
Loading

0 comments on commit 17a810d

Please sign in to comment.