Skip to content

Commit eb6852c

Browse files
committed
update 1.2.3
1 parent e4e493d commit eb6852c

28 files changed

+1600
-688
lines changed

.cargo/Config.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[unstable]
2+
build-std =["alloc", "core", "panic_abort", "proc_macro", "std"]
3+
build-std-features=["panic_immediate_abort"]
4+
5+
[build]
6+
rustflags=["--cfg=has_std", "-C", "panic=abort", "target-cpu=native"]
7+
8+
[target.x86_64-pc-windows-msvc]
9+
rustflags=["-C", "link-arg=/LIMIT:10240"]

0 commit comments

Comments
 (0)