Skip to content

Commit d19b7d0

Browse files
committed
Update Cargo config
1 parent 94a7fe0 commit d19b7d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rustflags = [
77
"-C",
88
"control-flow-guard",
99
"-C",
10-
"link-args=/DEBUG:NONE",
10+
"link-args=/CETCOMPAT /DEBUG:NONE",
1111
]
1212

1313
[profile.release]

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "Win11SupportFeed"
3-
version = "2024.9.9"
3+
version = "2024.9.23"
44
edition = "2021"
55
authors = ["cjee21"]
66
repository = "https://github.com/cjee21/Win11SupportFeed"

0 commit comments

Comments
 (0)