update temporal SDK version + other Rust dependencies, strip debug symbols from generated libraries in production builds

This commit is contained in:
Lennon Day-Reynolds 2024-03-19 10:03:15 -07:00
commit 39e1aabd2a
4 changed files with 557 additions and 698 deletions

View file

@ -1,3 +1,6 @@
[workspace]
resolver = "2"
members = ["smeeclient", "zeroidc"]
[profile.release]
strip = "debuginfo"