This removes our fixed-macro dependency, replacing it with constants that use the lit method from the fixed crate itself. This removes a number of crates from the dependency graph, including many proc-macro crates, which should help with test build times a bit. It also resolves an advisory, as one of those crates is unmaintained.
This removes our fixed-macro dependency, replacing it with constants that use the
lit
method from thefixed
crate itself. This removes a number of crates from the dependency graph, including many proc-macro crates, which should help with test build times a bit. It also resolves an advisory, as one of those crates is unmaintained.