Request a new releases for including context before and after a label
Hi, databend (A cloud data warehouse written in Rust) depends on codespan-reporting to display SQL errors.
We need to use the feature https://github.com/brendanzab/codespan/pull/331, so we have to pin our Cargo.toml to git versions:
# Github dependencies
# TODO(andylokandy): Use the version from crates.io once
# https://github.com/brendanzab/codespan/pull/331 is released.
codespan-reporting = { git = "https://github.com/brendanzab/codespan", rev = "c84116f5" }
Maybe we can cut a new release to include the features we need? So that we can use the tagged versions from crates.io instead.
Thanks!
Hello, are there any updates? @Johann150 @brendanzab
As you can see on the crates.io page I'm not an owner of the crate and thus can not make a release, which is why I assigned brendanzab.
Maybe @Marwes can help with this issue? Thanks in advance.
I need to get around to making a release sorry!
I need to get around to making a release sorry!
Sorry for pinging you again. Any update on this issue? What help can I provide to help get thought this?
I'm running into this issue as well while trying to package databend for nixos.
I'd really appreciate a release as well! Excited to use this software!