Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Aug 11, 2024
1 parent b60451c commit c9a8fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aw"
version = "0.0.2"
version = "0.0.3"
edition = "2021"

[dependencies]
Expand All @@ -23,7 +23,7 @@ name = "ld_"
path = "src/lib.rs"

[profile.release]
lto = true
lto = false
strip = true
panic = 'abort'
opt-level = 3
Expand Down
1 change: 0 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use clap::Parser;
struct Cli {
n: usize,
}

fn main() -> Result<(), Box<dyn std::error::Error>> {
let start_time = std::time::Instant::now();
let cli = Cli::parse();
Expand Down

0 comments on commit c9a8fef

Please sign in to comment.