Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsen84 authored Aug 7, 2023
1 parent 3ef8daa commit be0c0fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
tungstenite = "0.18.0"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
tungstenite = "0.20.0"

[profile.release]
strip = true
lto = true
opt-level = "z"
opt-level = "z"

0 comments on commit be0c0fd

Please sign in to comment.