bf6ac877c2
- socktop, socktop_agent, socktop_connector -> 1.51.0. - socktop_wasm_test and zellij_socktop_plugin consume the in-repo connector via path deps so wasm-feature API drift is caught at PR time instead of after publish. Immediately proved out: the wasm requests module needed the new sampled_at_ms field, invisible to native builds. - zellij plugin gains the standalone [workspace] marker (it could not be cargo-checked in-tree at all before). NOTE: its lib.rs has pre-existing compile errors unrelated to the connector (static mut STATE conflicts with register_plugin!, missing BTreeMap import) — needs its own rework, out of scope here. - README: sampled_at_ms in the example payload. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
cargo:rerun-if-changed=build.rs
|
|
cargo:rustc-cfg=static_assertions
|
|
cargo:rustc-cfg=lower_upper_exp_for_non_zero
|
|
cargo:rustc-cfg=rustc_diagnostics
|
|
cargo:rustc-cfg=linux_raw_dep
|
|
cargo:rustc-cfg=linux_raw
|
|
cargo:rustc-cfg=linux_like
|
|
cargo:rustc-cfg=linux_kernel
|
|
cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
|
|
cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
|
|
cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
|
|
cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
|
|
cargo:rerun-if-env-changed=CARGO_CFG_MIRI
|