Skip to content

Commit aac8ccc

Browse files
committed
Update Cargo config
1 parent 8c6b71b commit aac8ccc

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
@@ -3,7 +3,7 @@
33
[target.x86_64-pc-windows-msvc]
44
rustflags = [
55
"-C",
6-
"target-feature=+sse3",
6+
"target-cpu=x86-64-v3",
77
"-C",
88
"control-flow-guard",
99
"-C",

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.8"
3+
version = "2024.9.9"
44
edition = "2021"
55
authors = ["cjee21"]
66
repository = "https://github.com/cjee21/Win11SupportFeed"

0 commit comments

Comments
 (0)