Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve release profile #145

Merged
merged 4 commits into from
Oct 9, 2024
Merged

feat: improve release profile #145

merged 4 commits into from
Oct 9, 2024

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Oct 9, 2024

Closes #144

```
    Updating crates.io index
     Locking 67 packages to latest compatible versions
    Updating addr2line v0.22.0 -> v0.24.2
    Removing adler v1.0.2
      Adding adler2 v2.0.0
    Updating anyhow v1.0.86 -> v1.0.89
    Updating autocfg v1.3.0 -> v1.4.0
    Updating backtrace v0.3.73 -> v0.3.74
    Updating bytes v1.7.1 -> v1.7.2
    Updating cc v1.1.13 -> v1.1.28
    Updating clap v4.5.16 -> v4.5.20
    Updating clap_builder v4.5.15 -> v4.5.20
    Updating clap_derive v4.5.13 -> v4.5.18
    Updating const-hex v1.12.0 -> v1.13.1
    Updating cpufeatures v0.2.13 -> v0.2.14
    Updating fastrand v2.1.0 -> v2.1.1
    Updating flate2 v1.0.31 -> v1.0.34
    Updating futures v0.3.30 -> v0.3.31
    Updating futures-channel v0.3.30 -> v0.3.31
    Updating futures-core v0.3.30 -> v0.3.31
    Updating futures-executor v0.3.30 -> v0.3.31
    Updating futures-io v0.3.30 -> v0.3.31
    Updating futures-sink v0.3.30 -> v0.3.31
    Updating futures-task v0.3.30 -> v0.3.31
    Updating futures-util v0.3.30 -> v0.3.31
    Updating gimli v0.29.0 -> v0.31.1
    Updating hashbrown v0.14.5 -> v0.15.0
    Updating httparse v1.9.4 -> v1.9.5
    Updating hyper-rustls v0.27.2 -> v0.27.3
    Updating hyper-util v0.1.7 -> v0.1.9
    Updating indexmap v2.4.0 -> v2.6.0
    Updating ipnet v2.9.0 -> v2.10.1
    Updating libc v0.2.158 -> v0.2.159
    Updating miniz_oxide v0.7.4 -> v0.8.0
    Updating object v0.36.3 -> v0.36.5
    Updating once_cell v1.19.0 -> v1.20.2
    Removing pin-project v1.1.5
    Removing pin-project-internal v1.1.5
    Updating pkg-config v0.3.30 -> v0.3.31
    Updating portable-atomic v1.7.0 -> v1.9.0
    Updating proc-macro2 v1.0.86 -> v1.0.87
    Updating quinn v0.11.3 -> v0.11.5
    Updating quinn-proto v0.11.6 -> v0.11.8
    Updating quinn-udp v0.5.4 -> v0.5.5
    Updating quote v1.0.36 -> v1.0.37
    Updating redox_syscall v0.5.3 -> v0.5.7
    Updating regex-syntax v0.8.4 -> v0.8.5
    Updating reqwest v0.12.7 -> v0.12.8
    Updating rustix v0.38.34 -> v0.38.37
    Updating rustls v0.23.12 -> v0.23.14
    Updating rustls-native-certs v0.7.2 -> v0.8.0
    Updating rustls-pemfile v2.1.3 -> v2.2.0
    Updating rustls-pki-types v1.8.0 -> v1.9.0
    Updating rustls-webpki v0.102.6 -> v0.102.8
    Updating scc v2.1.16 -> v2.2.0
    Updating schannel v0.1.23 -> v0.1.26
    Updating sdd v3.0.2 -> v3.0.3
    Updating security-framework-sys v2.11.1 -> v2.12.0
    Updating serde v1.0.208 -> v1.0.210
    Updating serde_derive v1.0.208 -> v1.0.210
    Updating serde_json v1.0.125 -> v1.0.128
    Updating syn v2.0.75 -> v2.0.79
    Updating tempfile v3.12.0 -> v3.13.0
    Updating thiserror v1.0.63 -> v1.0.64
    Updating thiserror-impl v1.0.63 -> v1.0.64
    Updating tokio v1.39.3 -> v1.40.0
    Removing tower v0.4.13
    Removing tower-layer v0.3.3
    Updating unicode-bidi v0.3.15 -> v0.3.17
    Updating unicode-ident v1.0.12 -> v1.0.13
    Updating unicode-normalization v0.1.23 -> v0.1.24
    Updating unicode-width v0.1.13 -> v0.1.14
    Updating webpki-roots v0.26.3 -> v0.26.6
    Updating zip v2.1.6 -> v2.2.0
```
@DaniPopes DaniPopes merged commit 764a8ac into master Oct 9, 2024
8 checks passed
@DaniPopes DaniPopes deleted the dani/faster-release branch October 9, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Link-Time Optimization (LTO)
1 participant