mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
actually apply opt-level z
This commit is contained in:
parent
f54c2d3315
commit
ce6f1b7dc7
5 changed files with 6 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -522,7 +522,7 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
|||
|
||||
[[package]]
|
||||
name = "epoxy-client"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"async_io_stream",
|
||||
|
|
|
@ -9,7 +9,3 @@ debug = true
|
|||
panic = "abort"
|
||||
codegen-units = 1
|
||||
opt-level = 3
|
||||
|
||||
[profile.release.package.epoxy-client]
|
||||
opt-level = 'z'
|
||||
debug = false
|
||||
|
|
3
client/.cargo/config.toml
Normal file
3
client/.cargo/config.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[profile.release]
|
||||
opt-level = 'z'
|
||||
debug = false
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "epoxy-client"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
edition = "2021"
|
||||
license = "LGPL-3.0-only"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mercuryworkshop/epoxy-tls",
|
||||
"version": "1.5.0-1",
|
||||
"version": "1.5.1-1",
|
||||
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",
|
||||
"scripts": {
|
||||
"build": "./build.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue