Skip to content

Commit

Permalink
Add no-std example to codegen script
Browse files Browse the repository at this point in the history
  • Loading branch information
mullr committed Sep 9, 2019
1 parent 8ec09c0 commit b4db89e
Show file tree
Hide file tree
Showing 2 changed files with 2,033 additions and 292 deletions.
1 change: 1 addition & 0 deletions generate_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ proto_sets=(
quick-protobuf/examples/pb_rs_v3
quick-protobuf/tests/packed_primitives
quick-protobuf/tests/rust_protobuf/common
quick-protobuf/no-std-example/src
)

for ps in "${proto_sets[@]}"; do
Expand Down
Loading

0 comments on commit b4db89e

Please sign in to comment.