Skip to content

Commit 68bf1bb

Browse files
committed
nit: bump version
1 parent 7c01800 commit 68bf1bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.cargo/Config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-std =["alloc", "core", "panic_abort", "proc_macro", "std"]
33
build-std-features=["panic_immediate_abort"]
44

55
[build]
6-
rustflags=["--cfg=has_std", "-C", "panic=abort", "target-cpu=native"]
6+
rustflags=["--cfg=has_std", "-C", "-C", "-C", "code-model=tiny", "panic=abort", "target-cpu=native"]
77

88
[target.x86_64-pc-windows-msvc]
99
rustflags=["-C", "link-arg=/LIMIT:10240"]

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords =["transparency", "windows"]
66
name ="win_alpha"
77
readme ="readme.md"
88
repository ="https://github.com/tadghh/transparent-windows"
9-
version ="1.2.6"
9+
version ="1.2.7"
1010

1111
[[bin]]
1212
name="win_alpha"
@@ -17,7 +17,6 @@ path="src/main.rs"
1717
os=["windows"]
1818

1919
[profile.release]
20-
code-model ="tiny"
2120
codegen-units =1
2221
debug =false
2322
incremental =false

0 commit comments

Comments
 (0)