Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug authored Jul 30, 2024
1 parent e5e0b04 commit 601c166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["edition2024", "profile-rustflags"]

[package]
name = "rusted-assault-cube"
version = "1.6.0"
version = "2.0.0"
edition = "2024"
authors = ["luadebug Lin Evelynn [email protected]"]
publish = false
Expand Down Expand Up @@ -33,4 +33,4 @@ opt-level = "s" #z
debug = false
strip = true
#rustflags = ["-C", "link-arg=-fuse-ld=lld"]
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

0 comments on commit 601c166

Please sign in to comment.