Skip to content

Commit 2a4820a

Browse files
committed
fix: remove unstable config-include hack broken by Rust 1.94
Rust 1.94 stabilized the `include` key in `.cargo/config.toml`.
1 parent 457d1d6 commit 2a4820a

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

examples/.cargo/config.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
# this include is a bit of a hack: due to the unstable nature of the feature,
2-
# this file only gets included on nightly, hence it can specify "nightly only"
3-
# rustflags and options
4-
include = ["unstable.toml", "dummy-min-size-config.toml"]
5-
6-
[unstable]
7-
config-include = true
1+
include = ["dummy-min-size-config.toml"]

examples/.cargo/unstable.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)