Skip to content

Commit 8bf8705

Browse files
committed
update
1 parent 71e0ffe commit 8bf8705

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "2"
23
members = [
34
#
45
# Rust Tutorial
@@ -26,7 +27,6 @@ exclude = [
2627
]
2728

2829

29-
3030
################################################################################
3131
# release options:
3232
#
@@ -41,11 +41,11 @@ exclude = [
4141
panic = "abort"
4242

4343
[profile.release]
44-
opt-level = "z" # Optimize for size.
45-
lto = true # Enable Link Time Optimization
46-
codegen-units = 1 # Reduce number of codegen units to increase optimizations.
47-
panic = "abort" # Abort on panic
48-
strip = true # Automatically strip symbols from the binary.
44+
opt-level = "z" # Optimize for size.
45+
lto = true # Enable Link Time Optimization
46+
codegen-units = 1 # Reduce number of codegen units to increase optimizations.
47+
panic = "abort" # Abort on panic
48+
strip = true # Automatically strip symbols from the binary.
4949

5050
[profile.release.package.rs-cli]
51-
strip = true # Automatically strip symbols from the binary.
51+
strip = true # Automatically strip symbols from the binary.

0 commit comments

Comments
 (0)