Skip to content

Commit

Permalink
chore(deploy): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Jun 5, 2021
1 parent 098f5c9 commit 5ec8045
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = ["minidsp", "protocol", "daemon", "devtools"]

# [profile.release]
# codegen-units = 1
# lto = true
# opt-level = 3
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Mathieu Rene <mathieu.rene@gmail.com>"]
edition = "2018"
name = "minidsp-daemon"
version = "0.1.0-pre3"
version = "0.1.0"

[[bin]]
name = "minidspd"
Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["minidsp", "audio", "dsp"]
license = "MIT"
name = "minidsp"
repository = "https://github.com/mrene/minidsp-rs"
version = "0.1.0-pre3"
version = "0.1.0"

[dependencies]
anyhow = "1.0.40"
Expand Down

0 comments on commit 5ec8045

Please # to comment.