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>
18 lines
585 B
Plaintext
18 lines
585 B
Plaintext
cargo:rustc-cfg=uds_sockaddr_un_len_108
|
|
cargo:rustc-cfg=uds_ucred
|
|
cargo:rustc-cfg=uds_scm_credentials
|
|
cargo:rustc-cfg=uds_peercred
|
|
cargo:rustc-cfg=uds_msghdr_iovlen_size_t
|
|
cargo:rustc-cfg=uds_msghdr_controllen_size_t
|
|
cargo:rustc-cfg=uds_linux_namespace
|
|
cargo:rustc-cfg=uds_scm_rights
|
|
cargo:rustc-cfg=uds_supported
|
|
cargo:rustc-cfg=se_basic
|
|
cargo:rustc-cfg=se_full_posix_1990
|
|
cargo:rustc-cfg=se_base_posix_2001
|
|
cargo:rustc-cfg=se_sigwinch
|
|
cargo:rustc-cfg=se_sigpwr
|
|
cargo:rustc-cfg=se_sigpoll
|
|
cargo:rustc-cfg=unsafe_op_in_unsafe_fn_stable
|
|
cargo:rustc-cfg=io_error_kind_unsupported_stable
|