2024-02-16 17:28:13 +01:00
|
|
|
# Allow rust-analyzer and local `cargo doc` invocations to pick up unreleased changelog entries
|
|
|
|
|
#
|
|
|
|
|
# Note that these flags are (intentionally) not included when building from the downloaded crate.
|
|
|
|
|
[build]
|
|
|
|
|
rustdocflags = ["--cfg=unreleased_changelogs"]
|
2024-07-26 17:07:20 +02:00
|
|
|
rustflags = ["--cfg=unreleased_changelogs"]
|
2024-07-20 21:20:18 +02:00
|
|
|
|
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
|
|
|
runner = "wasm-bindgen-test-runner"
|