Compare commits

..

No commits in common. "b84acc83bcdb1ba31c4f9142680b84d22cc98ba3" and "04f1e485646ff69b733a940dd4019819c05670f4" have entirely different histories.

2 changed files with 1 additions and 15 deletions

View File

@ -1,14 +0,0 @@
[profile.release]
opt-level = "s"
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-cpu=native", "-C", "codegen-units=8", "-C", "debuginfo=0", "-C", "profile-generate", "-C", "inline-threshold=2000"]
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native", "-C", "codegen-units=8", "-C", "debuginfo=0", "-C", "profile-generate", "-C", "inline-threshold=2000"]
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-cpu=native", "-C", "codegen-units=4", "-C", "debuginfo=0", "-C", "profile-generate", "-C", "inline-threshold=2000"]
[target.i686-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native", "-C", "codegen-units=4", "-C", "debuginfo=0", "-C", "profile-generate", "-C", "inline-threshold=2000"]

View File

@ -1,6 +1,6 @@
[package]
name = "rust_pass"
version = "1.0.1"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html