snark icon indicating copy to clipboard operation
snark copied to clipboard

Update `tracing-subscriber` dependency to `0.3`?

Open tsunrise opened this issue 2 years ago • 0 comments

Summary of Bug

Currently, ConstraintLayer does not implement tracing-subscriber::Layer trait in v0.3 (so it will not work). Do we want to update this dependency?

https://github.com/arkworks-rs/snark/blob/7af2b44215b09fda4f41813e274ad9464381711e/relations/Cargo.toml#L19-L20

- tracing-subscriber = { version = "0.2", default-features = false, optional = true }
+ tracing-subscriber = { version = "0.3", default-features = false, optional = true }

tsunrise avatar Dec 02 '21 08:12 tsunrise