Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose subversion of tracing crate in wasix #3907

Merged

Commits on May 24, 2023

  1. Choose subversion of tracing crate in wasix

    The wasix crate needs version at least 0.1.36, because of method "record" here: https://docs.rs/crate/tracing/0.1.36/source/src/span.rs
    
     pub fn record<Q: ?Sized, V>(&self, field: &Q, value: V) -> &Self
        where
            Q: field::AsField,
            V: field::Value,
        {
    
    but sys-utils is using 0.1.37, so might as well use that.
    kajacx authored and theduke committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d94820b View commit details
    Browse the repository at this point in the history