actually apply opt-level z

This commit is contained in:
Toshit Chawda 2024-04-08 02:07:48 -07:00
parent f54c2d3315
commit ce6f1b7dc7
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
5 changed files with 6 additions and 7 deletions

2
Cargo.lock generated
View file

@ -522,7 +522,7 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
[[package]]
name = "epoxy-client"
version = "1.5.0"
version = "1.5.1"
dependencies = [
"async-compression",
"async_io_stream",

View file

@ -9,7 +9,3 @@ debug = true
panic = "abort"
codegen-units = 1
opt-level = 3
[profile.release.package.epoxy-client]
opt-level = 'z'
debug = false

View file

@ -0,0 +1,3 @@
[profile.release]
opt-level = 'z'
debug = false

View file

@ -1,6 +1,6 @@
[package]
name = "epoxy-client"
version = "1.5.0"
version = "1.5.1"
edition = "2021"
license = "LGPL-3.0-only"

View file

@ -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"