Skip to content

Commit

Permalink
build: switch to Rust 1.59 and strip binary from symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Feb 26, 2022
1 parent 2883e60 commit aa63530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ members = [
"crates/os-adapter",
"crates/security-advisories",
]

[profile.release]
strip = "symbols"
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.58.1"
channel = "1.59"
components = [ "rustfmt", "clippy" ]

0 comments on commit aa63530

Please sign in to comment.