Skip to content

Commit

Permalink
add changes to checked in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Oct 2, 2023
1 parent 845d32d commit f31c331
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Rust/src-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ opt-level = "s"
[profile.release-with-debug-info] # use `build-type: RelWithDebInfo`
inherits = "release"
debug = true

[profile.lf-test] # use `build-type: Test`
inherits = "dev"
debug = true

0 comments on commit f31c331

Please sign in to comment.